Floating point
Function name | Description |
|---|---|
Convert integer to floating point. | |
Return the absolute value of a floating point number. | |
Add two floating point numbers. | |
Compare two floating point numbers. | |
Return the cosine of an angle. | |
Divide a floating point number. | |
Return the fractional part of a number. | |
Return the logarithm of a value. | |
Multiply two floating point numbers. | |
Raise a floating point number to a power. | |
Round a floating point number to an integer value. | |
Return the sine of an angle. | |
Return the square root of a value. | |
Subtract two floating point numbers. | |
Return the tangent of an angle. | |
Convert from text (string) to floating point. |