]> Cypherpunks repositories - gostls13.git/commit
math: the trig functions work in radians; document that
authorRob Pike <r@golang.org>
Mon, 7 Oct 2013 23:32:47 +0000 (16:32 -0700)
committerRob Pike <r@golang.org>
Mon, 7 Oct 2013 23:32:47 +0000 (16:32 -0700)
commit97958827048ae380ffa7ca26b49c60b6bbaa4ff5
tree6252030c8d379a28ee5963937bbe82743aad80ad
parente121de2f016df84f635c6bfb8b32e3b781e9f51f
math: the trig functions work in radians; document that
Fixes #6543
6543 is also a fine NGC object.

R=golang-dev, dsymonds, kamil.kisiel, minux.ma
CC=golang-dev
https://golang.org/cl/14515044
src/pkg/math/asin.go
src/pkg/math/atan.go
src/pkg/math/sin.go
src/pkg/math/tan.go