rhea/assets/libraries/math/constants.rhea
2023-08-30 20:15:24 -05:00

6 lines
104 B
Plaintext

// measured in M/S
const C = 299_792_458;
const pi = 3.141592653589793;
const tau = 6.283185307179586;