You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Feldspar interpreter inherits its rounding behavior from Haskell, which uses "round to nearest, ties to even". The Feldspar compiler inherits from C99, which uses "round to nearest, ties away from 0".