Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Req. dividingFullWidthReportingOverflow(_:) #124

Closed
oscbyspro opened this issue Jun 10, 2023 · 0 comments
Closed

Req. dividingFullWidthReportingOverflow(_:) #124

oscbyspro opened this issue Jun 10, 2023 · 0 comments
Labels
addition oh, so shiny!
Milestone

Comments

@oscbyspro
Copy link
Owner

oscbyspro commented Jun 10, 2023

I've added this method in Numberick, and I think it's a nice addition. It makes overflow testing easy. It's also quite simple to implement since you just check for divisor.isZero and divisor <= dividend.high, either directly or by proxy.

@oscbyspro oscbyspro added the addition oh, so shiny! label Jun 10, 2023
@oscbyspro oscbyspro added this to the v3.0.0 milestone Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition oh, so shiny!
Projects
None yet
Development

No branches or pull requests

1 participant