]> Cypherpunks repositories - gostls13.git/commit
math: added ilogb, logb, remainder, tests and special conditions
authorCharles L. Dorian <cldorian@gmail.com>
Thu, 4 Mar 2010 02:17:13 +0000 (18:17 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 4 Mar 2010 02:17:13 +0000 (18:17 -0800)
commit6b80a5fa6d7fa608718dac1bc235f069a33faf50
tree1c247aa6cda299605f3bbf0d875e55516a2cfa05
parentbaa65fd1066c867ee647fc5a19b6107fa0f91263
math: added ilogb, logb, remainder, tests and special conditions

Also added expm1_386 and remainder_386; shortened exp_386

R=rsc
CC=golang-dev
https://golang.org/cl/217109
src/pkg/math/Makefile
src/pkg/math/all_test.go
src/pkg/math/exp_386.s
src/pkg/math/expm1_386.s [new file with mode: 0644]
src/pkg/math/expm1_decl.go [new file with mode: 0644]
src/pkg/math/logb.go [new file with mode: 0644]
src/pkg/math/remainder.go [new file with mode: 0644]
src/pkg/math/remainder_386.s [new file with mode: 0644]
src/pkg/math/remainder_decl.go [new file with mode: 0644]