Math.max methods
| Explanation | Find the maximum value. | |
| Call format | var v = Math.max ([ value_1 [, value_2 [,…]]]) | |
| Return value | Returns the largest value of the specified arguments. | |
| Arguments | Number value_n | Value to find the maximum |
| Exception | None | |
| Example of use | | |
| Related item | min method | |