Function that returns the minor of the two values given as input.
Syntax |
real minimum (real val1, real val2) |
---|---|
val1 |
First value to compare |
val2 |
Second value to compare |
Result |
Returns the lesser of val1 and val2 |
Validity |
Rule, Task |
Note |
Example of use:
|