mathLib.minimum
The system function mathLib.minimum returns the lesser of two numbers.
- result
- Any numeric or HEX item, as described in Mathematical (system words). The lesser of two numbers is converted to the format of result and returned in result.
- numericItem1
- Any numeric or HEX item, as described in Mathematical (system words).
- numericItem2
- Any numeric or HEX item, as described in Mathematical (system words).