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