]> Cypherpunks repositories - gostls13.git/commit
math: special cases for Fmod
authorCharles L. Dorian <cldorian@gmail.com>
Tue, 12 Jan 2010 00:20:51 +0000 (16:20 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 12 Jan 2010 00:20:51 +0000 (16:20 -0800)
commit3c7534104ab6ee46d20a81dbfc2f7d6198ac1d9e
tree29da0ede3702b90636f8a7914119590e942a1f18
parent14992a4e4b90a9ecd8b14552ff6e34cb1779ebee
math: special cases for Fmod

Added special case tests to all_test.go for Fmod. Fixed Fmod [hung
for Fmod(+/-Inf, <finite>)]. Also added test for Ceil in all_test.go.

R=rsc
CC=golang-dev
https://golang.org/cl/186076
src/pkg/math/all_test.go
src/pkg/math/fmod.go