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/+45 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -45/+0 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -8/+20 | |
2010-04-26 | math: more special cases for signed zero | Charles L. Dorian | 1 | -1/+4 | |
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-11 | math, path: minor comment fixes | Robert Griesemer | 1 | -1/+1 | |
R=r CC=golang-dev http://codereview.appspot.com/444043 | |||||
2010-02-18 | math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, Ldexp | Charles L. Dorian | 1 | -0/+30 | |
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> |