Math
math.e
Description
Type
Is a named constant for Euler's number). It is equal to 2.7182818284590452.
const float
See Also: math.phi, math.pi, math.rphi
math.phi
Description
Type
Is a named constant for the golden ratio. It is equal to 1.6180339887498948.
const float
See Also: math.e, math.pi, math.rphi
math.pi
Description
Type
Is a named constant for Archimedes' constant. It is equal to 3.1415926535897932.
const float
See Also: math.e, math.phi, math.rphi
math.rphi
Description
Type
Is a named constant for the golden ratio conjugate. It is equal to 0.6180339887498948.
const float
See Also: math.e, math.pi, math.phi
Last updated