This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| functions:max [2017/03/15 08:40] – created korshun | functions:max [2019/08/25 22:19] (current) – [max] korshun | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== max ====== | ====== max ====== | ||
| {{tag> | {{tag> | ||
| - | '' | + | '' |
| - | [[: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Returns the greaterr | + | Returns the greater |
| ===== Examples ===== | ===== Examples ===== | ||
| < | < | ||
| - | min(3, 5) -> 5 | + | max(3, 5) -> 5 |
| - | min(5, 3) -> 5 | + | max(5, 3) -> 5 |
| - | min(8.0, 7.5) -> 8.0 | + | max(8.0, 7.5) -> 8.0 |
| </ | </ | ||