wfmath 1.0.3
A math library for the Worldforge system.
|
Static Public Member Functions | |
static FloatType | pi () |
The constant pi. More... | |
static FloatType | sqrt_pi () |
The square root of pi. More... | |
static FloatType | log_pi () |
The natural logarithm of pi. More... | |
static FloatType | sqrt2 () |
The square root of 2. More... | |
static FloatType | sqrt3 () |
The square root of 3. More... | |
static FloatType | log2 () |
The natural logarithm of 2. More... | |
static FloatType | epsilon () |
This is the attempted precision of the library. More... | |
|
static |
This is the attempted precision of the library.
|
static |
The natural logarithm of 2.
Referenced by WFMath::LogGamma().
|
static |
The natural logarithm of pi.
Referenced by WFMath::LogGamma().
|
static |
The constant pi.
Referenced by WFMath::Gamma().
|
static |
The square root of 2.
Referenced by WFMath::Gaussian().
|
static |
The square root of 3.
|
static |
The square root of pi.
Referenced by WFMath::Gaussian().