This shows you the differences between two versions of the page.
harlowe:max [2017/06/19 01:41] l created |
harlowe:max [2017/06/19 01:42] l |
||
---|---|---|---|
Line 1: | Line 1: | ||
**(max: // ...[[harlowe:Number|Number]]//) -> //Number//** | **(max: // ...[[harlowe:Number|Number]]//) -> //Number//** | ||
- | This maths macro accepts [[harlowe:number|number]], and evaluates to the highest valued number. | + | This maths macro accepts [[harlowe:number|numbers]], and evaluates to the highest valued number. |
=== Example usage: === | === Example usage: === | ||
''%%(max: 2, -5, 2, 7, 0.1)%%'' produces 7. | ''%%(max: 2, -5, 2, 7, 0.1)%%'' produces 7. |