Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -4/+4 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+33 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -33/+0 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -1/+7 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -2/+2 | |
2010-04-26 | math: more special cases for signed zero | Charles L. Dorian | 1 | -3/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/937042 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-09 | math: use ** for exponentiation in comments | Charles L. Dorian | 1 | -1/+1 | |
R=rsc CC=golang-dev http://codereview.appspot.com/908041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-03-05 | frexp.go: remove html from comment | Robert Griesemer | 1 | -1/+1 | |
R=r CC=golang-dev http://codereview.appspot.com/250041 | |||||
2010-02-18 | math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, Ldexp | Charles L. Dorian | 1 | -0/+28 | |
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> |