Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(316)

Issue 5484076: code review 5484076: pkg/math: undo manual inlining of IsInf and IsNaN (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by lvd
Modified:
13 years, 2 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

pkg/math: undo manual inlining of IsInf and IsNaN

Patch Set 1 #

Patch Set 2 : diff -r e25954278b04 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 05ce1def5def https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r 7c0d2f963500 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -143 lines) Patch
M src/pkg/math/acosh.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/asinh.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/atan2.go View 1 2 3 2 chunks +6 lines, -8 lines 0 comments Download
M src/pkg/math/atanh.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/cbrt.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/dim.go View 1 2 2 chunks +4 lines, -8 lines 0 comments Download
M src/pkg/math/erf.go View 1 2 chunks +6 lines, -10 lines 0 comments Download
M src/pkg/math/exp.go View 1 2 2 chunks +4 lines, -8 lines 0 comments Download
M src/pkg/math/expm1.go View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/math/floor.go View 1 2 chunks +2 lines, -6 lines 0 comments Download
M src/pkg/math/frexp.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/gamma.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/math/hypot.go View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/math/j0.go View 1 2 chunks +4 lines, -8 lines 0 comments Download
M src/pkg/math/j1.go View 1 2 chunks +4 lines, -8 lines 0 comments Download
M src/pkg/math/jn.go View 1 2 3 3 chunks +5 lines, -9 lines 0 comments Download
M src/pkg/math/ldexp.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/lgamma.go View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/math/log.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/log1p.go View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/math/logb.go View 1 2 chunks +4 lines, -8 lines 0 comments Download
M src/pkg/math/mod.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/nextafter.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/pow.go View 1 4 chunks +3 lines, -5 lines 0 comments Download
M src/pkg/math/remainder.go View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/math/sin.go View 1 2 2 chunks +3 lines, -7 lines 0 comments Download
M src/pkg/math/sincos.go View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/sqrt.go View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M src/pkg/math/tan.go View 1 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 4
lvd
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 2 months ago (2012-02-01 13:59:32 UTC) #1
lvd
http://codereview.appspot.com/5484076/diff/3001/src/pkg/math/asinh.go File src/pkg/math/asinh.go (right): http://codereview.appspot.com/5484076/diff/3001/src/pkg/math/asinh.go#newcode46 src/pkg/math/asinh.go:46: if IsNaN(x) || IsInf(x, 0) { in other places ...
13 years, 2 months ago (2012-02-01 14:03:02 UTC) #2
rsc
LGTM http://codereview.appspot.com/5484076/diff/3001/src/pkg/math/asinh.go File src/pkg/math/asinh.go (right): http://codereview.appspot.com/5484076/diff/3001/src/pkg/math/asinh.go#newcode46 src/pkg/math/asinh.go:46: if IsNaN(x) || IsInf(x, 0) { On 2012/02/01 ...
13 years, 2 months ago (2012-02-01 14:11:45 UTC) #3
lvd
13 years, 2 months ago (2012-02-01 15:08:35 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=dc4e0794db8b ***

pkg/math: undo manual inlining of IsInf and IsNaN

R=rsc
CC=golang-dev
http://codereview.appspot.com/5484076
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b