Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Issue 163563003: Harmony: implement Math.cbrt, Math.expm1 and Math.log1p. (Closed)

Created:
6 years, 10 months ago by Yang
Modified:
6 years, 10 months ago
Reviewers:
Jarin
CC:
v8-dev
Visibility:
Public.

Description

Harmony: implement Math.cbrt, Math.expm1 and Math.log1p. BUG=v8:2938 LOG=N R=jarin@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19486

Patch Set 1 : . #

Total comments: 2

Patch Set 2 : uploaded new #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -26 lines) Patch
M src/harmony-math.js View 1 2 chunks +22 lines, -1 line 0 comments Download
M src/runtime.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M src/runtime.cc View 1 2 chunks +89 lines, -22 lines 0 comments Download
A test/mjsunit/harmony/math-cbrt.js View 1 chunk +27 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/math-expm1.js View 1 chunk +38 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/math-log1p.js View 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
Please take a look.
6 years, 10 months ago (2014-02-14 10:18:22 UTC) #1
Jarin
lgtm with nits https://codereview.chromium.org/163563003/diff/30001/src/harmony-math.js File src/harmony-math.js (right): https://codereview.chromium.org/163563003/diff/30001/src/harmony-math.js#newcode160 src/harmony-math.js:160: if (x === 0 || !NUMBER_IS_FINITE(x)) ...
6 years, 10 months ago (2014-02-18 14:08:53 UTC) #2
Jarin
On 2014/02/18 14:08:53, jarin wrote: > lgtm with nits > > https://codereview.chromium.org/163563003/diff/30001/src/harmony-math.js > File src/harmony-math.js ...
6 years, 10 months ago (2014-02-19 13:36:39 UTC) #3
Yang
6 years, 10 months ago (2014-02-19 13:50:11 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r19486 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698