]> Cypherpunks repositories - gostls13.git/commit
math: special cases for Ceil, Exp, Floor, Log, Log10
authorCharles L. Dorian <cldorian@gmail.com>
Tue, 12 Jan 2010 05:28:02 +0000 (21:28 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 12 Jan 2010 05:28:02 +0000 (21:28 -0800)
commit46206c52e3ee0ed476aa8eb1831ecbe9d933189c
treeb855cccbab68644d66fb8c912ccb2fae3ef6ba92
parente7cceb85e45e01d58d740de1adc111c08dd9d9de
math: special cases for Ceil, Exp, Floor, Log, Log10

Added special case tests to all_test.go. Added tests to Floor,
in-lined tests in Exp and Log.

R=rsc
CC=golang-dev
https://golang.org/cl/184081
src/pkg/math/all_test.go
src/pkg/math/exp.go
src/pkg/math/floor.go
src/pkg/math/log.go