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

Issue 5467060: code review 5467060: math: fix special cases in Nextafter (Closed)

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

Description

math: fix special cases in Nextafter Nextafter(0, -1) != -0.

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r d49f430156f0 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r d49f430156f0 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -5 lines) Patch
M src/pkg/math/all_test.go View 1 2 3 4 2 chunks +15 lines, -1 line 0 comments Download
M src/pkg/math/nextafter.go View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 8
Charlie Dorian
Hello rsc@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-12-09 22:12:55 UTC) #1
rsc
I'm sorry, but I take back what I said. I tested the C library on ...
13 years, 8 months ago (2011-12-09 22:42:51 UTC) #2
rsc
On Fri, Dec 9, 2011 at 17:42, Russ Cox <rsc@golang.org> wrote: > I'm sorry, but ...
13 years, 8 months ago (2011-12-09 22:45:18 UTC) #3
Charlie Dorian
Hello rsc@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-12-10 00:38:24 UTC) #4
Charlie Dorian
Oops, ignore the 7:39 PM CL. I'll change it back. On Fri, Dec 9, 2011 ...
13 years, 8 months ago (2011-12-10 00:40:19 UTC) #5
Charlie Dorian
Hello rsc@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-12-10 01:00:59 UTC) #6
Charlie Dorian
Hello rsc@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-12-10 01:01:49 UTC) #7
rsc
13 years, 8 months ago (2011-12-12 20:51:13 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=f57006515d93 ***

math: fix special cases in Nextafter

Nextafter(0, -1) != -0.

R=rsc, golang-dev
CC=golang-dev
http://codereview.appspot.com/5467060

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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