Safe Haskell | Safe-Infered |
---|
Various floating point limit related numerical constants.
Significant digits
digits10 :: RealFloat a => a -> IntSource
The number of decimal digits that the type can represent without loss of precision.
Minimum difference
epsilon :: RealFloat a => aSource
The difference between 1 and the smallest value greater than 1 that is representable for the type.