]> Cypherpunks repositories - gostls13.git/commit
math: fix argument names in Atan2
authorRuss Cox <rsc@golang.org>
Tue, 17 Nov 2009 16:39:56 +0000 (08:39 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 17 Nov 2009 16:39:56 +0000 (08:39 -0800)
commitb4586a74297bca626640dc04234b2203dd23007b
treea793ded93281d2a6d10b25f17b7b8b550d61dd39
parentc0e1ccf3ff1c0c1effacec338e75e1b173be7279
math: fix argument names in Atan2
(error introduced converting from arg1, arg2)

Fixes #220.

R=r
https://golang.org/cl/156041
src/pkg/math/atan2.go