Skip to main content

17 docs tagged with "floating-point"

View all tags

float

Converts an integer into a float.

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.