| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Algebra.FloatingPoint
Documentation
Counterpart of RealFloat but with NumericPrelude superclass.
Methods
decode :: a -> (Integer, Int) #
encode :: Integer -> Int -> a #
significand :: a -> a #
isInfinite :: a -> Bool #
isDenormalized :: a -> Bool #
isNegativeZero :: a -> Bool #
Instances
| C Double # | |
Defined in Algebra.FloatingPoint | |
| C Float # | |
| RealFloat a => C (T a) # | |
| C a => C (T a) # | |