Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
In addition to divide which returns only the quotient, it'd be useful to have a function which returns both quotient and remainder (these are efficient to compute simultaneously), probably as a struct<quotient: T, remainder: T>.
Attachments
Issue Links
- is a child of
-
ARROW-12748 [C++] Arithmetic kernels for numeric arrays
- Open
- relates to
-
ARROW-12755 [C++][Compute] Add quotient and modulo kernels
- Open
- links to