Math

math.e

DescriptionType

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

DescriptionType

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

DescriptionType

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

DescriptionType

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