math-functions-0.1.5.2: Special functions and Chebyshev polynomials

Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellSafe-Inferred

Numeric.MathFunctions.Constants

Contents

Description

Constant values common to much numeric code.

Synopsis

IEE754 constants

m_epsilon :: DoubleSource

The smallest Double ε such that 1 + ε ≠ 1.

m_huge :: DoubleSource

A very large number.

m_max_exp :: IntSource

The largest Int x such that 2**(x-1) is approximately representable as a Double.

m_pos_inf :: DoubleSource

Positive infinity.

m_neg_inf :: DoubleSource

Negative infinity.

m_NaN :: DoubleSource

Not a number.

Mathematical constants

m_ln_sqrt_2_pi :: DoubleSource

log(sqrt((2*pi))

m_sqrt_2_pi :: DoubleSource

sqrt (2 * pi)

m_eulerMascheroni :: DoubleSource

Euler–Mascheroni constant (γ = 0.57721...)