]> Cypherpunks repositories - gostls13.git/commit
SVN=114204
authorKen Thompson <ken@golang.org>
Fri, 28 Mar 2008 20:56:47 +0000 (13:56 -0700)
committerKen Thompson <ken@golang.org>
Fri, 28 Mar 2008 20:56:47 +0000 (13:56 -0700)
commit2181098189ea34ba1e0414dccde4ac3b1af683ae
treeaffa4befc2ba7f7e5b637b1785e46f52550da885
parentcb87526ce3531557ccf69969de4c8018956b10b5
SVN=114204
19 files changed:
src/lib/math/asin.go [new file with mode: 0644]
src/lib/math/atan.go [new file with mode: 0644]
src/lib/math/atan2.go [new file with mode: 0644]
src/lib/math/exp.go [new file with mode: 0644]
src/lib/math/fabs.go [new file with mode: 0644]
src/lib/math/floor.go [new file with mode: 0644]
src/lib/math/fmod.go [new file with mode: 0644]
src/lib/math/hypot.go [new file with mode: 0644]
src/lib/math/log.go [new file with mode: 0644]
src/lib/math/main.go [new file with mode: 0644]
src/lib/math/math.go [new file with mode: 0644]
src/lib/math/pow.go [new file with mode: 0644]
src/lib/math/pow10.go [new file with mode: 0644]
src/lib/math/sin.go [new file with mode: 0644]
src/lib/math/sinh.go [new file with mode: 0644]
src/lib/math/sqrt.go [new file with mode: 0644]
src/lib/math/sys.go [new file with mode: 0644]
src/lib/math/tan.go [new file with mode: 0644]
src/lib/math/tanh.go [new file with mode: 0644]