LANGUAGE » JAVASCRIPT » LIBRARY

Math

Common methods

js
Math.floor(value)
Math.abs(value)
Math.min(val1, val2)
Math.max(val1, val2)