#include <limits>
Go to the source code of this file.
Namespaces | |
| namespace | BTK |
| namespace | BTK::MATH |
| static const double | PI = 3.1415926535897323 |
| MathConst Mathematical Constants. | |
| static const double | RADIANS_PER_DEGREE = PI/180.0 |
| MathConst Mathematical Constants. | |
| static const double | DEGREES_PER_RADIAN = 180.0/PI |
| MathConst Mathematical Constants. | |
| static const double | DOUBLE_EPSILON (std::numeric_limits< double >::epsilon()) |
| Smallest double-precision value e, where x + e != x. | |
| static const float | FLOAT_EPSILON (std::numeric_limits< float >::epsilon()) |
| MathConst Mathematical Constants. | |
1.5.1