How to get the modulus of two intervals or intervalsets? #997
Unanswered
jyswjjgdwtdtj
asked this question in
Q&A
Replies: 1 comment 13 replies
-
Hi! Thank you for your encouraging words!
|
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm interest in interval arithmetic. And thank for graphest, this wonderful mathematical function graph software gives me the ability to approach the beautiful world of mathematics and interval arithmetic. I have been looking for the implementation of interval arithmetic but i only find very few of them for "Rational", maybe "Rational" is a simplified version of interval?
I'd like to know how to get the modulus of two intervals or intervalsets. When I use
i1-Floor(i1/i2)*i2
to calculatei1%i2
directly, I found it incorrect at the place where i2->0, likei1/i1
at i1->0. So what's the way that graphest do this? Or graphest use Subpixel test to get rid of all its incorrect?Beta Was this translation helpful? Give feedback.
All reactions