fmax(Function) |
Top Previous Next |
This function will return the largest of the two provided values.
Note: This function works with DOUBLE, but can also work with FLOAT as described in the Floating-point math introductory section.
Input: A : DOUBLE Value to compare. B : DOUBLE Value to compare.
Returns: DOUBLE The largest argument.
Declaration: FUNCTION fmax : DOUBLE;
Example: INCLUDE rtcu.inc |