]> Cypherpunks repositories - gostls13.git/commit
math: Atan2 special cases and tests; atan2_386
authorCharles L. Dorian <cldorian@gmail.com>
Fri, 5 Feb 2010 22:55:19 +0000 (14:55 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 5 Feb 2010 22:55:19 +0000 (14:55 -0800)
commit072b560ee66adda276757456cfbb7569b6b871b4
treef502c2788ed969cabbc3fef58f57516792458c82
parentcd2ecfb7b35cb4199bcbc735bd120393e6c4ba8e
math: Atan2 special cases and tests; atan2_386

Added special cases, tests and benchmarks for Atan2;
added 386 FPU version of Atan2.

R=rsc
CC=golang-dev
https://golang.org/cl/201068
src/pkg/math/Makefile
src/pkg/math/all_test.go
src/pkg/math/atan2.go
src/pkg/math/atan2_386.s [new file with mode: 0755]
src/pkg/math/atan2_decl.go [new file with mode: 0755]