Go to the source code of this file.
Defines | |
#define | Math_PI 3.1415926535897932 |
#define | Math_E 2.7182818284590451 |
#define | PI 3.141592653589793238462643383279502884197169399375105820975 |
#define | twoPI (2*PI) |
#define | halfPI (PI/2) |
#define | DegRad (PI/180.0) |
#define | RadDeg (180.0/PI) |
#define | E 2.718281828459045235360287471352662497757247093699959574967 |
#define | Sqrt2 1.414213562373095048801688724209698078569671875376948073177 |
#define | Sqrt3 1.732050807568877293527446341505872366942805253810380628056 |
#define | Ln2 0.693147180559945309417232121458176568075500134360255254121 |
#define | Ln10 2.30258509299404568 |
#define | GOLDEN 1.618033988749894848204586834365638117720309179805762862135 |
#define | BitsToDigits (LN2/LN10) |
#define | DigitsToBits (LN10/LN2) |
|
Definition at line 20 of file MathCst.hpp. |
|
Definition at line 11 of file MathCst.hpp. |
|
Definition at line 21 of file MathCst.hpp. |
|
Definition at line 13 of file MathCst.hpp. |
|
Definition at line 18 of file MathCst.hpp. |
|
Definition at line 17 of file MathCst.hpp. |
|
Definition at line 16 of file MathCst.hpp. |
|
Definition at line 5 of file MathCst.hpp. |
|
Definition at line 4 of file MathCst.hpp. |
|
Definition at line 8 of file MathCst.hpp. |
|
Definition at line 12 of file MathCst.hpp. |
|
Definition at line 14 of file MathCst.hpp. |
|
Definition at line 15 of file MathCst.hpp. |
|
Definition at line 10 of file MathCst.hpp. |
|
Definition at line 9 of file MathCst.hpp. |