Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -6/+4 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+29 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -29/+0 | |
2010-02-22 | math: add lgamma; in-line special cases of acosh, nextafter | Charles L. Dorian | 1 | -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-09 | math: add functions Log2, Nextafter, Fdim, Fmax, Fmin | Charles L. Dorian | 1 | -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> |