]> Cypherpunks repositories - gostls13.git/commit
math: document more special cases
authorCharles L. Dorian <cldorian@gmail.com>
Thu, 8 Dec 2011 22:07:13 +0000 (17:07 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 8 Dec 2011 22:07:13 +0000 (17:07 -0500)
commit94b0342f17eece0287601918526351733e8b29c4
tree19960f638c2eb6617748ec9c53229c846485203c
parent60f564fc3759a2d4cb2216ed643a65aa963f06b3
math: document more special cases

Acosh, Asinh, Atanh, Ceil, Floor, Trunc, Mod and Remainder affected. These changes add some non-finite arguments and results (and -0.0 results).

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5469046
src/pkg/math/acosh.go
src/pkg/math/asinh.go
src/pkg/math/atanh.go
src/pkg/math/floor.go
src/pkg/math/mod.go
src/pkg/math/nextafter.go
src/pkg/math/remainder.go