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

Make complex numbers - finite in old assumptions #42

Merged
merged 8 commits into from Jan 7, 2016

Conversation

skirpichev
Copy link
Collaborator

No description provided.

Adapt some doctests and fix oo/-oo/zoo
assumptions in test_assumptions.py.
Change extended_real -> real in some tests.
sin(oo).is_finite or sin(oo).is_extended_real is not
True anymore.  sin(oo) or cos(oo) are not numbers and finite or
extended_real assumptions - not valid for them.  Instead, in future we
could implement bounded/unbounded assumptions for sets and/or
objects like sin(oo).

In this commit we also adapt core tests (don't use sin(x) for
is_finite tests).
Also, here we revert back test_heuristics to the state before be030c2.

(This is a single case across the whole codebase, where is_bounded
assumption could be useful in the future.)
skirpichev added a commit that referenced this pull request Jan 7, 2016
Make complex numbers - finite in old assumptions
@skirpichev skirpichev merged commit 3299539 into master Jan 7, 2016
@skirpichev skirpichev deleted the make-complex-finite branch January 7, 2016 10:16
@skirpichev skirpichev modified the milestone: 0.8.0 Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant