New submission from Kevin Davies:

The docstring of acosh should more accurately be 
"Return the area hyperbolic cosine of x."
instead of 
"Return the hyperbolic arc cosine (measured in radians) of x."
asinh and atanh should be changed similarly.  The result of these functions is 
not an angle but a ratio of areas.  See 
http://en.wikipedia.org/wiki/Inverse_hyperbolic_function.

----------
messages: 222067
nosy: kdavies4
priority: normal
severity: normal
status: open
title: Docstring of math.acosh, asinh, and atanh

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21902>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to