summaryrefslogtreecommitdiff
path: root/src/pkg/math/cbrt.go
AgeCommit message (Collapse)AuthorFilesLines
2010-05-02math: fix typo in Cbrt descriptionCharles L. Dorian1-3/+3
R=rsc CC=golang-dev http://codereview.appspot.com/979043 Committer: Russ Cox <rsc@golang.org>
2010-04-26math: more special cases for signed zeroCharles L. Dorian1-3/+3
R=rsc CC=golang-dev http://codereview.appspot.com/937042 Committer: Russ Cox <rsc@golang.org>
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian1-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>