spelling and more whitespace
This commit is contained in:
@ -3899,6 +3899,7 @@ yhi
|
|||||||
yi
|
yi
|
||||||
ylat
|
ylat
|
||||||
ylo
|
ylo
|
||||||
|
ylz
|
||||||
ymax
|
ymax
|
||||||
ymin
|
ymin
|
||||||
yml
|
yml
|
||||||
|
|||||||
@ -31,7 +31,7 @@ namespace MathConst {
|
|||||||
static constexpr double MY_SQRT2 = 1.41421356237309504880; // sqrt(2)
|
static constexpr double MY_SQRT2 = 1.41421356237309504880; // sqrt(2)
|
||||||
static constexpr double MY_ISQRT2 = 0.707106781186547524401; // 1/sqrt(2)
|
static constexpr double MY_ISQRT2 = 0.707106781186547524401; // 1/sqrt(2)
|
||||||
static constexpr double MY_CUBEROOT2 = 1.25992104989487316476; // 2^(1/3)
|
static constexpr double MY_CUBEROOT2 = 1.25992104989487316476; // 2^(1/3)
|
||||||
static constexpr double MY_TWOBYSIXTH = 1.12246204830937298142; // 2^(1/6) //
|
static constexpr double MY_TWOBYSIXTH = 1.12246204830937298142; // 2^(1/6) //
|
||||||
static constexpr double DEG2RAD = MY_PI / 180.0; // degree to radians
|
static constexpr double DEG2RAD = MY_PI / 180.0; // degree to radians
|
||||||
static constexpr double RAD2DEG = 180.0 / MY_PI; // radians to degree
|
static constexpr double RAD2DEG = 180.0 / MY_PI; // radians to degree
|
||||||
} // namespace MathConst
|
} // namespace MathConst
|
||||||
|
|||||||
Reference in New Issue
Block a user