min¶
Get the minimum of 2 numbers.
Parameters:
No. | Type | Comments |
---|---|---|
1 | Any numeric type | 1st value |
1 | Any numeric type | 2nd value |
Returns:
Any numeric type
- the min value of the 2 inputs
Usages:
min( a : numeric-type, b : numeric-type ) : numeric-type