summaryrefslogtreecommitdiff
path: root/src/pkg/math/nextafter.go
AgeCommit message (Collapse)AuthorFilesLines
2012-02-29Imported Upstream version 2012.02.22Ondřej Surý1-3/+1
2012-01-30Imported Upstream version 2012.01.27Ondřej Surý1-3/+3
2010-02-22math: add lgamma; in-line special cases of acosh, nextafterCharles L. Dorian1-1/+3
Added lgamma.go, tests and special cases. R=rsc CC=golang-dev http://codereview.appspot.com/217060 Committer: Russ Cox <rsc@golang.org>
2010-02-09math: add functions Log2, Nextafter, Fdim, Fmax, FminCharles L. Dorian1-0/+27
Add functions, tests and benchmarks. Fix typos in comments in expm1 and hypot_386. Fix Acosh domain error in benchmark test. R=rsc CC=golang-dev http://codereview.appspot.com/204069 Committer: Russ Cox <rsc@golang.org>