Kaydet (Commit) 6c3bcb74 authored tarafından Mark Dickinson's avatar Mark Dickinson

Post-detabification cleanup.

üst 5ada7c73
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment