-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Floating Point Division #96
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
Comments
How would making this change aid you in practicing recursion? |
Because the result of the division within the test case is expected? I don't see the point in your question. Flawed test specs hinder learning in general. |
How would you implement this so the test would pass as you expect? |
My question was sincere. If I can understand what about the implementation will aid in practicing recursion, I'm more than willing to update the test accordingly. Understanding how you would implement this would provide valuable insight that will help me know how to improve this. It's clear that you have a passion for improving your environment which I greatly respect and I want to figure out a way that we can do that that satisfies both of our goals. |
(I forgot to report this when going through through the problems and it just occurred to me.)
The test spec doesn't account for the quirk behind floating point division for the compute exponent problem.

This isn't an edge case to account for but rather the specification for floating point division by IEE. The relevant specification is IEE-754.
The text was updated successfully, but these errors were encountered: