tau is bigger than pi // simply // τ > π Math.TAU = Math.PI * 2 Math.N_TAU = Math.TAU usage import "./path/to/math_tau_module.js" console.log(Math.TAU > Math.PI)