Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
class C a => C a where Source #
Counterpart of RealFloat
but with NumericPrelude superclass.
radix, digits, range, decode, encode, exponent, significand, scale, isNaN, isInfinite, isDenormalized, isNegativeZero, isIEEE
radix :: a -> Integer Source #
range :: a -> (Int, Int) Source #
decode :: a -> (Integer, Int) Source #
encode :: Integer -> Int -> a Source #
significand :: a -> a Source #
scale :: Int -> a -> a Source #
isInfinite :: a -> Bool Source #
isDenormalized :: a -> Bool Source #
isNegativeZero :: a -> Bool Source #