| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Algebra.FloatingPoint
Documentation
Counterpart of RealFloat but with NumericPrelude superclass.
Minimal complete definition
radix, digits, range, decode, encode, exponent, significand, scale, isNaN, isInfinite, isDenormalized, isNegativeZero, isIEEE
Methods
decode :: a -> (Integer, Int) #
encode :: Integer -> Int -> a #
significand :: a -> a #
isInfinite :: a -> Bool #
isDenormalized :: a -> Bool #
isNegativeZero :: a -> Bool #