[Webkit-unassigned] [Bug 12821] Number.toExponential doesn't work for negative numbers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 19 19:45:53 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12821


jhaygood at spsu.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13261|0                           |1
        is obsolete|                            |




------- Comment #6 from jhaygood at spsu.edu  2007-02-19 19:45 PDT -------
Created an attachment (id=13262)
 --> (http://bugs.webkit.org/attachment.cgi?id=13262&action=view)
Fixes logic error

High school math came in handy. Its a big no-no to do a log on a negative
number. However, taking the absolute value of it fixes it in this case.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list