Raymond Hettinger added the comment:

> inverse' is probably more obvious to understand than 'area', 
> although it doesn't tie into the 'a' of 'acosh', etc.

Please don't make this gratuitous change.  The decision about whether to use 
"inverse" or "arc" was cast in stone when the functions were named "acosh" etc. 
  The documentation for C's math.h uses "arc".  The docs for my hand 
calculators all use the term "arc" in the description of what the keys do.  Why 
create unnecessary divergence?  

If you truly think users of acosh can't cope with "arc", then add a clarifying 
parenthetical for "inverse".  But don't make the function name "acosh" more 
opaque by not showing what it actually stands for.

----------

_______________________________________
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