ieee-utils-0.4.0: ieee-utils

Portabilityportable (FFI)
Stabilityprovisional
MaintainerMatt Morrow <mjm2002@gmail.com>

Numeric.IEEE.RoundMode

Description

 

Synopsis

Documentation

getRound :: IO RoundModeSource

Gets the fpu's current rounding mode.

setRound :: RoundMode -> IO BoolSource

Sets the fpu's rounding mode. Returns True if successful.