felipecrv opened a new issue, #44903: URL: https://github.com/apache/arrow/issues/44903
### Describe the enhancement requested Add `Expm1(exponent)` scalar arithmetic function. `Expm1(exponent)` is a more accurate way of computing `Exp(exponent) - 1.0` for small values of `exponent`. Implementations are provided by standard C library implementations. ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org