powered by
Get the supremum of a countable set.
# S3 method for countable_set supremum(object)
Inf (the set is unbounded above).
Inf
A countable_set object.
countable_set
cs <- countable_set$new(0L) supremum(cs) # Inf
Run the code above in your browser using DataLab