ieee-utils-0.1: ieee-utils

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

Numeric.IEEE.RoundMode

Description

 

Synopsis

Documentation

getRound :: IO RoundModeSource

Get the fpu's current rounding mode.

setRound :: RoundMode -> IO BoolSource

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