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

How about supporting interval multiplying operation? #63

Closed
tristone13th opened this issue Aug 17, 2021 · 4 comments
Closed

How about supporting interval multiplying operation? #63

tristone13th opened this issue Aug 17, 2021 · 4 comments

Comments

@tristone13th
Copy link

Such as P.open(0, 3) * P.open(0, 3) == P.open(0, 9).

@AlexandreDecan
Copy link
Owner

Hi,

What is the use case? It seems this makes sense for numbers only.

@tristone13th
Copy link
Author

Hi,

What is the use case? It seems this makes sense for numbers only.

Yes, I'm extending pandas and when two columns of a DataFrame multiply with each other, I want their ranges also to be scaled, so I think it's necessary to implement this feature.

@AlexandreDecan
Copy link
Owner

Ok, I get it but what does it mean, from a mathematical point of view, to multiply two intervals? Is there any well-defined definition of this?

@AlexandreDecan
Copy link
Owner

I'm temporarily closing this issue.

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

2 participants