|
|||||
function | FP_abs |
Other Library Functions |
Library: Floating Point
Include: omfloat.xin |
Returns: Opaque
The absolute value of a float value. |
define external float function FP_abs value float x
Calculates the absolute value of a floating point number. For example, the value "-1" is returned as "1".
---- |