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

Add bigfloat.notequal function; use it in BigFloat.__ne__. #47

Merged
merged 1 commit into from
Jul 12, 2014

Conversation

mdickinson
Copy link
Owner

Using notequal in BigFloat.__ne__ fixes a minor discrepancy where my_bigfloat != some_other_object ended up calling some_other_object.__eq__ rather than some_other_object.__ne__. Tests for that will arrive shortly.

mdickinson added a commit that referenced this pull request Jul 12, 2014
Add bigfloat.notequal function; use it in BigFloat.__ne__.
@mdickinson mdickinson merged commit 4edf1dc into master Jul 12, 2014
@mdickinson mdickinson deleted the feature/notequal branch July 12, 2014 11:49
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

Successfully merging this pull request may close these issues.

1 participant