ieee-utils-tempfix-0.4.0.1: ieee-utils

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

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.