| Portability | portable (FFI) |
|---|---|
| Stability | provisional |
| Maintainer | Matt Morrow <mjm2002@gmail.com> |
| Safe Haskell | None |
Numeric.IEEE.FloatExceptions
Description
- getFloatExcepts :: IO [ArithException]
- clearFloatExcepts :: [ArithException] -> IO Bool
- data ArithException
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.
data ArithException
Arithmetic exceptions.