khwilson opened a new pull request, #44630: URL: https://github.com/apache/arrow/pull/44630
### Rationale for this change Hyperbolic trigonometric functions are a common transformation for dealing with skewed data. And they are built into the core C++ libraries so require minimal change. ### What changes are included in this PR? Adding `a?(sin|cos|tan)h` to the base C++ library and substrait and tests for these functions in pyarrow. ### Are these changes tested? Yes, in the same style as the trigonometric functions. ### Are there any user-facing changes? Yes. Additional compute functions are added. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
