powered by
Get the infimum of the support.
infimum(object)
The infimum (greatest lower bound) of the support.
A support object.
I <- interval$new(0, 10) infimum(I) # 0 S <- finite_set$new(c(3, 7, 11)) infimum(S) # 3
Run the code above in your browser using DataLab