max() → {number}
Variation of Math.max that can be passed either an array of numbers or the numbers as parameters.
Prefer the standard Math.max
function when appropriate.
Returns
number -
The largest value from those given.
- Source code: math/Math.js (Line 635)
- See
Please login to continue.