powered by
Return the infimum of the finite set.
# S3 method for finite_set infimum(object)
Numeric; the minimum value(s).
A finite set.
fs <- finite_set$new(c(1, 3, 5, 7)) infimum(fs) # 1
Run the code above in your browser using DataLab