summaryrefslogtreecommitdiff
path: root/src/pkg/math/sincos.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-4/+60
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+13
2011-09-13Imported Upstream version 60Ondřej Surý1-13/+0
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian1-0/+13
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>