Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

kchapelier (Kevin Chapelier)

Member since
kchapelier

Recent Docs Activity

View all activity
Page Date Comment

Math.sign()


Add polyfill

Math.tanh()


Modification of the polyfill : tanh(-Infinity) and tanh(Infinity) returned NaN, expected results are respectively -1 and 1

Math.hypot()


Modification of the polyfill : hypot(NaN, Infinity) returned NaN, expected result is Infinity.

Math.asinh()


Modification of the polyfill : asinh(-Infinity) returned NaN, expected result is -Infinity