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

Multiplying intervals with 0 and infinite end points returns Empty #61

Open
massma opened this issue May 31, 2020 · 0 comments
Open

Multiplying intervals with 0 and infinite end points returns Empty #61

massma opened this issue May 31, 2020 · 0 comments

Comments

@massma
Copy link

massma commented May 31, 2020

> (0 ... 1) * whole
Empty

I think it should be:

> (0 ... 1) * whole
(-Infinity ... Infinity)
@massma massma changed the title Multiplying intervals with 0 and infite end points returns Empty Multiplying intervals with 0 and infinite end points returns Empty May 31, 2020
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

No branches or pull requests

1 participant