mbcp/docs/api/mp_math/const.md
2024-08-28 10:52:17 +08:00

312 B

title order icon category
mbcp.mp\nmath.const 1 laptop-code API

var PI = math.pi

var E = math.e

var GOLDEN_RATIO = (1 + math.sqrt(5)) / 2

var GAMMA = 0.5772156649015329

var EPSILON = 0.0001

var APPROX = 0.001