max: Difference between revisions
| mNo edit summary | mNo edit summary | ||
| Line 26: | Line 26: | ||
| '''Example:''' | '''Example:''' | ||
| 3  | 3 '''max''' 2 .... result is 3 | ||
| mNo edit summary | mNo edit summary | ||
| Line 26: | Line 26: | ||
| '''Example:''' | '''Example:''' | ||
| 3  | 3 '''max''' 2 .... result is 3 | ||
Operand types:
a: Number
b: Number
Type of returned value:
Compatibility:
Version 2.92 required.
Description:
The greater of a,b
Example:
3 max 2 .... result is 3