Post-detabification cleanup.

This commit is contained in:
Mark Dickinson 2010-07-05 20:14:26 +00:00
parent 5ada7c7315
commit 6c3bcb74b2

View file

@ -115,7 +115,7 @@ _Py_asinh(double x)
* 1.Reduced x to positive by atanh(-x) = -atanh(x)
* 2.For x>=0.5
* 1 2x x
* atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
* atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * -------)
* 2 1 - x 1 - x
*
* For x<0.5