RESOLVED FIXED 15639
fix Math.abs(0), Math.ceil(-0), and Math.floor(-0)
https://bugs.webkit.org/show_bug.cgi?id=15639
Summary fix Math.abs(0), Math.ceil(-0), and Math.floor(-0)
Darin Adler
Reported 2007-10-23 01:27:19 PDT
I was reviewing the documentation of Math and found a few things we had wrong.
Attachments
patch, test, change log (20.75 KB, patch)
2007-10-23 01:29 PDT, Darin Adler
mjs: review+
Darin Adler
Comment 1 2007-10-23 01:29:50 PDT
Created attachment 16819 [details] patch, test, change log
Maciej Stachowiak
Comment 2 2007-10-23 01:33:45 PDT
Comment on attachment 16819 [details] patch, test, change log r=me
Note You need to log in before you can comment on or make changes to this bug.