Copyright | (c) 2009 2011 Bryan O'Sullivan |
---|---|
License | BSD3 |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Constant values common to much numeric code.
IEE754 constants
Mathematical constants
m_1_sqrt_2 :: Double Source #
1 / sqrt 2
m_2_sqrt_pi :: Double Source #
2 / sqrt pi
m_ln_sqrt_2_pi :: Double Source #
log(sqrt((2*pi))
m_sqrt_2_pi :: Double Source #
sqrt (2 * pi)
m_eulerMascheroni :: Double Source #
Euler–Mascheroni constant (γ = 0.57721...)