Skip to main content

19 docs tagged with "math"

View all tags

acos

Get the inversed value of a cosine in degrees.

asin

Get the inversed value of a sine in degrees.

atan

Get the inversed value of a tangent in degrees.

atan

Get the multi-valued inversed value of a tangent in degrees.

floatabs

This function returns the absolute value of float.

floatcmp

floatcmp can be used to compare float values to each other, to validate the comparison.

floatcos

Get the cosine from a given angle.

floatdiv

Divide one float by another one.

floatlog

This function allows you to get the logarithm of a float value.

floatmul

Multiplies two floats with each other.

floatpower

Raises the given value to the power of the exponent.

floatround

Round a floating point number to an integer value.

floatsin

Get the sine from a given angle.

floatsub

Subtracts one float from another one.

floattan

Get the tangent from a given angle.

VectorSize

Returns the norm (length) of the provided vector.