[issue37548] Document range of atan, acos and asin

2019-07-13 Thread Mark Dickinson
Mark Dickinson added the comment: Done for 3.9; closing. Thank you for the contribution! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37548] Document range of atan, acos and asin

2019-07-13 Thread Mark Dickinson
Mark Dickinson added the comment: New changeset dc3f99fa77f415077c20a9c2b3e953e5cd894076 by Mark Dickinson (Giovanni Cappellotto) in branch 'master': bpo-37548: Document range of atan, acos and asin (GH-14717) https://github.com/python/cpython/commit/dc3f99fa77f415077c20a9c2b3e953e5cd894076

[issue37548] Document range of atan, acos and asin

2019-07-11 Thread Giovanni Cappellotto
Giovanni Cappellotto added the comment: I created a small diff to update the documentation of `math.atan`, `math.asin` and `math.acos`. -- nosy: +potomak ___ Python tracker _

[issue37548] Document range of atan, acos and asin

2019-07-11 Thread Giovanni Cappellotto
Change by Giovanni Cappellotto : -- keywords: +patch pull_requests: +14517 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14717 ___ Python tracker ___

[issue37548] Document range of atan, acos and asin

2019-07-10 Thread Mark Dickinson
Change by Mark Dickinson : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue37548] Document range of atan, acos and asin

2019-07-10 Thread Mark Dickinson
New submission from Mark Dickinson : 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 invers