The math standard library will be called math
.
Returns the absolute value of x. (int/float)
Returns e
to the power of x
.
Natural log of x
Returns the value of π
.
Square root of x
.
Standard trig functions, in radians.
Ceiling and floor functions.
Covert between radians and degrees.