Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
This was skipped in ARROW-13280 because the C++ library didn't supported it, but ARROW-13345 has now been merged.
Continue to call the more efficient fixed-base kernels when the base is the scalar value e, 10, or 2. Call logb_checked when the base is a non-scalar or a scalar that's not e, 10, or 2.
Attachments
Issue Links
- depends upon
-
ARROW-13345 [C++] Implement logN compute function
- Resolved
- relates to
-
ARROW-13280 [R] Bindings for log and trig functions
- Resolved
- links to