Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
IEE754 constants (c.f. Numeric.MathFunctions.Constants)
Synopsis
Documentation
epsilonValue :: Double Source #
The smallest Double
n such that 1 + n /= 1.
largestFiniteValue :: Double Source #
Largest representable finite value.
smallestNormalizedValue :: Double Source #
The smallest representable positive normalized value.