Recent Docs Activity
View all activityPage | 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 |