Review Request 114623: kjs: Implement es6 Math.fround
Commit Hook
null at kde.org
Thu Jan 16 17:56:31 GMT 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/114623/#review47531
-----------------------------------------------------------
This review has been submitted with commit e5118004961e512b53262df9822496800895202b by Bernd Buschinski to branch KDE/4.12.
- Commit Hook
On Dec. 22, 2013, 7:34 p.m., Bernd Buschinski wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/114623/
> -----------------------------------------------------------
>
> (Updated Dec. 22, 2013, 7:34 p.m.)
>
>
> Review request for kdelibs.
>
>
> Repository: kdelibs
>
>
> Description
> -------
>
> kjs: Implement es6 Math.fround
>
>
> Diffs
> -----
>
> kjs/math_object.h 3d193dd
> kjs/math_object.cpp 89835e5
>
> Diff: https://git.reviewboard.kde.org/r/114623/diff/
>
>
> Testing
> -------
>
> Basic Mozilla tests:
>
> Math.fround(0) // 0
> Math.fround(1) // 1
> Math.fround(1.337) // 1.3370000123977661
> Math.fround(1.5) // 1.5
> Math.fround(NaN) // NaN
> Math.fround(Infinity) // Inf
> Math.fround(-Infinity) // -Inf
>
>
> Thanks,
>
> Bernd Buschinski
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20140116/2f4f2cdb/attachment.htm>
More information about the kde-core-devel
mailing list