- public const double E
The base of natural logarithms.
- public const double PI
The value of pi (ratio of circle's circumference to its diameter).
- public const double LN2
The natural logarithm of 2.
- public const double LN10
The natural logarithm of 10.
- public const double PI_2
Pi divided by 2.
- public const double PI_4
Pi divided by 4.
- public const double SQRT2
The square root of two.
- public const double LOG_2_BASE_10
Multiplying the base 2 exponent by this number yields the base 10
exponent.