diff options
Diffstat (limited to 'contrib/tools/python3/src/Modules/_math.c')
| -rw-r--r-- | contrib/tools/python3/src/Modules/_math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Modules/_math.c b/contrib/tools/python3/src/Modules/_math.c index dfac2744519..68e3a234692 100644 --- a/contrib/tools/python3/src/Modules/_math.c +++ b/contrib/tools/python3/src/Modules/_math.c @@ -90,7 +90,7 @@ _Py_acosh(double x) * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ] * we have * asinh(x) := x if 1+x*x=1, - * := sign(x)*(log(x)+ln2) for large |x|, else + * := sign(x)*(log(x)+ln2) for large |x|, else * := sign(x)*log(2|x|+1/(|x|+sqrt(x*x+1))) if|x|>2, else * := sign(x)*log1p(|x| + x^2/(1 + sqrt(1+x^2))) */ |
