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

Divide by zero fails unrecoverably #997

Closed
bimargulies-google opened this issue May 3, 2023 · 1 comment
Closed

Divide by zero fails unrecoverably #997

bimargulies-google opened this issue May 3, 2023 · 1 comment

Comments

@bimargulies-google
Copy link

if arith.go divides by zero., the result is unrecoverable, unlike other code in this area which returns errors.

binArith could have a recover() handler to return an error when arithmetic is impossible. I would be happy to contribute if it would be accepted.

@bimargulies-google
Copy link
Author

I was reading an ancient version. Apologies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant