Skip to content

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

Merged
mdickinson merged 1 commit into
masterfrom
feature/notequal
Jul 12, 2014
Merged

Add bigfloat.notequal function; use it in BigFloat.__ne__.#47
mdickinson merged 1 commit into
masterfrom
feature/notequal

Conversation

@mdickinson

Copy link
Copy Markdown
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