]> Cypherpunks repositories - gostls13.git/commit
gotestify & gostylify math.
authorRuss Cox <rsc@golang.org>
Thu, 20 Nov 2008 00:14:31 +0000 (16:14 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 20 Nov 2008 00:14:31 +0000 (16:14 -0800)
commit88daac7862531c606345787f2adff6cf845808d7
treef4567a04ec09e92c8896c1244eecad4f67eaa3d7
parentbe7e0f8160f173844108a537a988b800c558e652
gotestify & gostylify math.

R=r
DELTA=682  (275 added, 301 deleted, 106 changed)
OCL=19638
CL=19642
18 files changed:
src/lib/math/asin.go
src/lib/math/atan.go
src/lib/math/atan2.go
src/lib/math/exp.go
src/lib/math/fabs.go
src/lib/math/floor.go
src/lib/math/fmod.go
src/lib/math/hypot.go
src/lib/math/log.go
src/lib/math/pow.go
src/lib/math/pow10.go
src/lib/math/sin.go
src/lib/math/sinh.go
src/lib/math/sqrt.go
src/lib/math/tan.go
src/lib/math/tanh.go
src/lib/math/test.go [new file with mode: 0644]
test/mathtest.go [deleted file]