lidavidm commented on a change in pull request #10544: URL: https://github.com/apache/arrow/pull/10544#discussion_r659987332
########## File path: docs/source/python/api/compute.rst ########## @@ -59,6 +59,28 @@ throws an ``ArrowInvalid`` exception when overflow is detected. power power_checked +Trigonometric Functions +----------------------- + +Trigonometric functions are also supported, and also offer ``_checked`` +variants which detect domain and range errors where appropriate. Review comment: They are not, because none of these functions can raise a range error, except in case of underflow, in which case they're defined to return a correctly rounded result, so I'll revise the docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org