Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 1 | -76/+0 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -1/+1 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -10/+7 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+79 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -79/+0 | |
2010-05-02 | math: fix typo in Cbrt description | Charles L. Dorian | 1 | -3/+3 | |
R=rsc CC=golang-dev http://codereview.appspot.com/979043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-26 | math: more special cases for signed zero | Charles L. Dorian | 1 | -3/+3 | |
R=rsc CC=golang-dev http://codereview.appspot.com/937042 Committer: Russ Cox <rsc@golang.org> | |||||
2010-02-18 | math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, Ldexp | Charles L. Dorian | 1 | -0/+79 | |
Added special condition and benchmarks for Cbrt, Sincos. Took Frexp and Ldexp out of bits.go. R=rsc CC=golang-dev http://codereview.appspot.com/206084 Committer: Russ Cox <rsc@golang.org> |