hmt-base-0.20: Haskell Music Theory Base
Safe HaskellSafe-Inferred
LanguageHaskell2010

Music.Theory.Math.Constant

Description

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.