]> Cypherpunks repositories - gostls13.git/commit
math: add special-cases comments to Sinh and Tanh.
authorCharles L. Dorian <cldorian@gmail.com>
Mon, 5 Dec 2011 19:01:24 +0000 (14:01 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 5 Dec 2011 19:01:24 +0000 (14:01 -0500)
commitabc7df9686839950f3a2ce108a5a683cce9001fe
tree849e18b061870676a31508cb69d0068be4af31cc
parent3538d40ab5f57db77b3a76822c555a76020588f0
math: add special-cases comments to Sinh and Tanh.

Also change "Special conditions" to "Special cases" as in other functions.

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5440078
src/pkg/math/sin.go
src/pkg/math/sincos.go
src/pkg/math/sinh.go
src/pkg/math/tan.go
src/pkg/math/tanh.go