-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
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>.
Reporter: Ben Kietzman / @bkietz
Related issues:
- [C++] Arithmetic kernels for numeric arrays (is a child of)
- [C++][Compute] Add quotient and modulo kernels (relates to)
PRs and other links:
Note: This issue was originally created as ARROW-12084. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement