sup and inf
#1923
Replies: 1 comment 6 replies
-
Based on this Wikipedia page: https://en.wikipedia.org/wiki/Infimum_and_supremum In the domain of integers:
Can someone confirm this? |
Beta Was this translation helpful? Give feedback.
6 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 trying to learn about
sup
andinf
. I tried to find good documentation on this, but came up empty.Do these represent the maximum supported integer value or positive infinity?
What is the difference between
sup
andinf
?Can
inf/0
only be used as the lower bound of a range using the..
operator?Can
sup/0
only be used as the upper bound of a range using the..
operator?Are these defined by CLP libraries or considered a builtins?
Beta Was this translation helpful? Give feedback.
All reactions