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

Issue 217060: code review 217060: math: add lgamma; in-line special cases of acosh, nextafter (Closed)

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

Description

math: add lgamma; in-line special cases of acosh, nextafter Added lgamma.go, tests and special cases.

Patch Set 1 #

Patch Set 2 : code review 217060: math: add lgamma; in-line special cases of acosh, nextafter #

Patch Set 3 : code review 217060: math: add lgamma; in-line special cases of acosh, nextafter #

Total comments: 2

Patch Set 4 : code review 217060: math: add lgamma; in-line special cases of acosh, nextafter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+404 lines, -3 lines) Patch
M src/pkg/math/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/math/acosh.go View 1 chunk +4 lines, -1 line 0 comments Download
M src/pkg/math/all_test.go View 4 chunks +46 lines, -1 line 0 comments Download
A src/pkg/math/lgamma.go View 1 2 3 1 chunk +350 lines, -0 lines 0 comments Download
M src/pkg/math/nextafter.go View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 7
Charlie Dorian
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 2 months ago (2010-02-20 04:14:45 UTC) #1
Charlie Dorian
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 2 months ago (2010-02-20 05:29:39 UTC) #2
rsc
http://codereview.appspot.com/217060/diff/13/17 File src/pkg/math/lgamma.go (right): http://codereview.appspot.com/217060/diff/13/17#newcode91 src/pkg/math/lgamma.go:91: // Lgamma returns the natural logarithm of the Gamma ...
14 years, 2 months ago (2010-02-22 22:45:25 UTC) #3
Charlie Dorian
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 2 months ago (2010-02-23 01:07:25 UTC) #4
Charlie Dorian
Thanks. On Mon, Feb 22, 2010 at 5:45 PM, <rsc@golang.org> wrote: > > http://codereview.appspot.com/217060/diff/13/17 > ...
14 years, 2 months ago (2010-02-23 01:07:37 UTC) #5
rsc
LGTM
14 years, 2 months ago (2010-02-23 01:11:55 UTC) #6
rsc
14 years, 2 months ago (2010-02-23 01:12:51 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=d6550a79bfef ***

math: add lgamma; in-line special cases of acosh, nextafter

Added lgamma.go, tests and special cases.

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

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