archives

« Bugzilla Issues Index

#262 — Math.expm1(-Infinity) is -1


in http://wiki.ecmascript.org/doku.php?id=harmony:more_math_functions
expm1's result

If x is -∞, the result is +1.

I think -1 is correct, is it right?
If it is known issue, I'm sorry to trouble you.


I've uploaded an update to http://wiki.ecmascript.org/doku.php?id=harmony:more_math_functions which fixes this bug.


Thanks!