| Copyright | (c) 2009 2011 Bryan O'Sullivan | 
|---|---|
| License | BSD3 | 
| Maintainer | bos@serpentine.com | 
| Stability | experimental | 
| Portability | portable | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Numeric.MathFunctions.Constants
Description
Constant values common to much numeric code.
Synopsis
- m_epsilon :: Double
- m_sqrt_eps :: Double
- m_huge :: Double
- m_tiny :: Double
- m_max_exp :: Int
- m_pos_inf :: Double
- m_neg_inf :: Double
- m_NaN :: Double
- m_max_log :: Double
- m_min_log :: Double
- m_1_sqrt_2 :: Double
- m_2_sqrt_pi :: Double
- m_ln_sqrt_2_pi :: Double
- m_sqrt_2 :: Double
- m_sqrt_2_pi :: Double
- m_eulerMascheroni :: Double
IEE754 constants
m_sqrt_eps :: Double #
sqrt m_epsilon
Since: 0.3.3.0
Mathematical constants
m_1_sqrt_2 :: Double #
1 / sqrt 2
m_2_sqrt_pi :: Double #
2 / sqrt pi
log(sqrt((2*pi))
m_sqrt_2_pi :: Double #
sqrt (2 * pi)
Euler–Mascheroni constant (γ = 0.57721...)