rhea/assets/libraries/math/constants.rhea

9 lines
138 B
Plaintext
Raw Normal View History

2023-08-30 20:15:24 -05:00
// measured in M/S
const C = 299_792_458;
const pi = 3.141592653589793;
2023-09-07 08:56:15 -05:00
const π = pi;
const tau = 6.283185307179586;
const 𝜏 = tau;