min: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:min moved to min) |
(No difference)
|
Revision as of 03:36, 9 March 2009
min() Function
Returns the smallest of the numbers that are passed in.
Usage
[h: smallest = min(num, num, ...)]
Example
[r: min(2, 4, 5, 1)]
[r: min(-1, -5, 100)]
Returns
1-5