« Bugzilla Issues Index
#262 — Math.expm1(-Infinity) is -1
- bug_id:
262
- creation_ts:
2012-02-03 08:28:00 -0800
- short_desc:
Math.expm1(-Infinity) is -1
- delta_ts:
2012-03-28 08:25:18 -0700
- product:
Harmony
- component:
proposals
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Yusuke Suzuki
- assigned_to:
Allen Wirfs-Brock
- cc:
lukeh
- commentid:
629
- comment_count:
0
- who:
Yusuke Suzuki
- bug_when:
2012-02-03 08:28:28 -0800
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.
- commentid:
827
- comment_count:
1
- who:
Luke Hoban
- bug_when:
2012-03-28 08:23:01 -0700
I've uploaded an update to http://wiki.ecmascript.org/doku.php?id=harmony:more_math_functions which fixes this bug.
- commentid:
828
- comment_count:
2
- who:
Yusuke Suzuki
- bug_when:
2012-03-28 08:25:18 -0700
Thanks!