ieee-utils-tempfix-0.4.0.1: ieee-utils

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

Numeric.IEEE.FloatExceptions

Description

 

Synopsis

Documentation

getFloatExcepts :: IO [ArithException]Source

Returns all exceptions set in the fpu's exception register.

clearFloatExcepts :: [ArithException] -> IO BoolSource

Clears the specified exceptions from the fpu's exception register.