statistics-0.3: A library of statistical types, data, and functions

Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com

Statistics.Constants

Description

Constant values common to much statistics code.

Synopsis

Documentation

m_epsilon :: DoubleSource

The smallest Double larger than 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_sqrt_2_pi :: DoubleSource

sqrt (2 * pi)