theirix opened a new pull request, #8977: URL: https://github.com/apache/arrow-rs/pull/8977
# Which issue does this PR close? - Closes #8976 # Rationale for this change `i256` doesn't implement some numeric traits. It'd be good to have it supported alongside other standard types. # What changes are included in this PR? - Trait implementations (checked ops, `Num`, `One`, `Zero`) using already written methods - Unit tests Not all traits are implemented (checked shl/shr, pow is not here yet). The main point of this PR is to provide a starting implementation. # Are these changes tested? Tested via new unit test # Are there any user-facing changes? Only new trait implementation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
