Skip to content
Snippets Groups Projects
Commit b360be6c authored by Hkorb's avatar Hkorb
Browse files

added Pi to constants

parent 86c3ad01
No related branches found
No related tags found
1 merge request!81fixed AL
......@@ -118,6 +118,10 @@ static constexpr double c10eM30 = 1e-30;
static constexpr double c10eM10 = 1e-10;
static constexpr double smallSingle = 0.0000000002;
static constexpr double cPi = 3.1415926535;
static constexpr double cPio180 = 1.74532925199e-2;
static constexpr double c180oPi = 57.2957795131;
#else
static constexpr float c1o2 = 0.5f;
static constexpr float c3o2 = 1.5f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment