-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Catching 'Divide By Zero Error' and Formatting #8
Comments
|
Shall I PR this? Or can you think of a better function name for it to fit with the package? |
Did anything ever come of this? I'm running into the same troubles. |
Happy to accept a PR for this, although I'm not 100% sure what the idea end result is: if you divide by zero, it's invalid, should it just return 0? Or throw an exception to catch further down? The exception doesn't really solve the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Howdy @mattiasgeniar
Firstly, thanks for this package, saved me some time!
Nothing urgent here... I just found myself having to wrap around your function with the below to catch and format. Not sure if this is helpful for any additional feature ideas or not but thought I would share anyway.
The text was updated successfully, but these errors were encountered: