This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients docs@python, mark.dickinson
Date 2019-07-10.12:32:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562761972.12.0.588698954565.issue37548@roundup.psfhosted.org>
In-reply-to
Content
A small nice-to-have: it would be good to document the range of the inverse trigonometric functions `math.atan`, `math.asin` and `math.acos`, in both the docstrings and the built documentation.

There are standard "principal values" for each of these inverses, and Python is using these standard values, but that may not be obvious to a user.
History
Date User Action Args
2019-07-10 12:32:52mark.dickinsonsetrecipients: + mark.dickinson, docs@python
2019-07-10 12:32:52mark.dickinsonsetmessageid: <1562761972.12.0.588698954565.issue37548@roundup.psfhosted.org>
2019-07-10 12:32:52mark.dickinsonlinkissue37548 messages
2019-07-10 12:32:51mark.dickinsoncreate