-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Milestone
Description
Kernels to round each value in an array of floating point numbers to:
-
the nearest integer less than or equal to it (
floor) -
the nearest integer greater than or equal to it (
ceiling) -
the integral part without fraction digits
Should return an array of the same type as the input (not an integer type)
Reporter: Ian Cook / @ianmcook
Assignee: Eduardo Ponce / @edponce
Related issues:
- [C++] Arithmetic kernels for numeric arrays (is a child of)
- [C++] Implement mod compute function (relates to)
- [C++][Compute] Add rounding kernel (relates to)
PRs and other links:
Note: This issue was originally created as ARROW-12745. Please see the migration documentation for further details.