fabs(Function) |
Top Previous Next |
This function will calculate the absolute value.
Note: This function works with DOUBLE, but can also work with FLOAT as described in the Floating-point math introductory section.
Input: V : DOUBLE Value to convert.
Returns: DOUBLE The absolute value of V.
Declaration: FUNCTION fabs : DOUBLE;
Example: INCLUDE rtcu.inc |