Numerical constants used in Steppable.
More...
|
constexpr const std::string_view | PI |
| 100 digits of pi.
|
|
constexpr const std::string_view | TWO_PI = "6.283185307179586231995926937088370323181152343750" |
| Pi multiplied by 2.
|
|
constexpr const std::string_view | PI_OVER_2 |
| Pi divided by 2.
|
|
constexpr const std::string_view | PI_OVER_180 |
| Pi divided by 180 (to convert degrees to radians), correct to 100 decimal places.
|
|
constexpr const std::string_view | PI_OVER_200 |
| Pi divided by 200 (to convert grads to radians), correct to 100 decimal places.
|
|
constexpr const std::string_view | E = "2.718281828459045090795598298427648842334747314453125" |
|
Numerical constants used in Steppable.
const std::string_view steppable::constants::E = "2.718281828459045090795598298427648842334747314453125" |
|
constexpr |
◆ PI
const std::string_view steppable::constants::PI |
|
constexpr |
Initial value:=
"3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679"
100 digits of pi.
◆ PI_OVER_180
const std::string_view steppable::constants::PI_OVER_180 |
|
constexpr |
Initial value:=
"0.01745329251994329508887757482524547311994764539930555555555555555555555555555555555555555555555555556"
Pi divided by 180 (to convert degrees to radians), correct to 100 decimal places.
◆ PI_OVER_2
const std::string_view steppable::constants::PI_OVER_2 |
|
constexpr |
Initial value:=
"1.570796326794896619231321691639751442098584699687552910487472296153908203143104499314017412835292542"
Pi divided by 2.
◆ PI_OVER_200
const std::string_view steppable::constants::PI_OVER_200 |
|
constexpr |
Initial value:=
"0.01570796326794896619231321691639716312084074699687552942986246296153903203140449499314017412671058534"
Pi divided by 200 (to convert grads to radians), correct to 100 decimal places.
◆ TWO_PI
const std::string_view steppable::constants::TWO_PI = "6.283185307179586231995926937088370323181152343750" |
|
constexpr |