fmin(Function) |
Top Previous Next |
This function will return the smallest 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 smallest argument.
Declaration: FUNCTION fmin : DOUBLE;
Example: INCLUDE rtcu.inc |