Bug 15639 - fix Math.abs(0), Math.ceil(-0), and Math.floor(-0)
Summary: fix Math.abs(0), Math.ceil(-0), and Math.floor(-0)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-23 01:27 PDT by Darin Adler
Modified: 2007-10-24 09:16 PDT (History)
0 users

See Also:


Attachments
patch, test, change log (20.75 KB, patch)
2007-10-23 01:29 PDT, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2007-10-23 01:27:19 PDT
I was reviewing the documentation of Math and found a few things we had wrong.
Comment 1 Darin Adler 2007-10-23 01:29:50 PDT
Created attachment 16819 [details]
patch, test, change log
Comment 2 Maciej Stachowiak 2007-10-23 01:33:45 PDT
Comment on attachment 16819 [details]
patch, test, change log

r=me