← Back to release summary

Math functions (ES6)

Category
JavaScript
Type
New or changed feature
Status
Enabled by default (Chrome 38)
Intent stage
None

Summary

Math related functions - sign, trunc, sinh, cosh, tanh, asinh, acosh, atanh, log10, log2, hypot, fround, clz32, cbrt, log1p, expm1 (as Math.sign(...), Math.trunc(...) and so on).

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math#Methods

View on chromestatus.com