Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> |