mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Merged revisions 82595 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82595 | mark.dickinson | 2010-07-05 21:14:26 +0100 (Mon, 05 Jul 2010) | 1 line Post-detabification cleanup. ........
This commit is contained in:
parent
690959f145
commit
d2d23784c9
1 changed files with 8 additions and 8 deletions
|
@ -115,7 +115,7 @@ _Py_asinh(double x)
|
||||||
* 1.Reduced x to positive by atanh(-x) = -atanh(x)
|
* 1.Reduced x to positive by atanh(-x) = -atanh(x)
|
||||||
* 2.For x>=0.5
|
* 2.For x>=0.5
|
||||||
* 1 2x x
|
* 1 2x x
|
||||||
* atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
|
* atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * -------)
|
||||||
* 2 1 - x 1 - x
|
* 2 1 - x 1 - x
|
||||||
*
|
*
|
||||||
* For x<0.5
|
* For x<0.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue