|
|
Constants Class |
Namespace: Accord.Math
The Constants type exposes the following members.
| Name | Description | |
|---|---|---|
| Catalan |
Catalan's constant.
| |
| DecimalEpsilon |
Double-precision machine round-off error.
| |
| DecimalSmall |
Fixed-precision small value.
| |
| DoubleEpsilon |
Double-precision machine round-off error.
| |
| DoubleSmall |
Double-precision small value.
| |
| EulerGamma |
Euler-Mascheroni constant.
| |
| Log2 |
Log of two: log(2).
| |
| Log2PI |
Log of twice number pi: log(2*pi).
| |
| Log3 |
Log of three: log(3).
| |
| LogMax |
Maximum log on the machine.
| |
| LogMin |
Minimum log on the machine.
| |
| LogPI |
Log of number pi: log(pi).
| |
| LogSqrt2PI |
Log of square root of twice number pi: sqrt(log(2*π).
| |
| SingleEpsilon |
Single-precision machine round-off error.
| |
| SingleSmall |
Single-precision small value.
| |
| Sqrt2 |
Square root of 2: sqrt(2).
| |
| Sqrt2H |
Half square root of 2: sqrt(2)/2.
| |
| Sqrt2PI |
Square root of twice number pi: sqrt(2*π).
| |
| SqrtHalfPI |
Square root of half number π: sqrt(π/2).
|