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:
PRs and other links:
Note: This issue was originally created as ARROW-12084. Please see the migration documentation for further details.
In addition to
dividewhich 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 astruct<quotient: T, remainder: T>.Reporter: Ben Kietzman / @bkietz
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-12084. Please see the migration documentation for further details.