R/countable_set.R
supremum.countable_set.Rd
Get the supremum of a countable set.
# S3 method for class 'countable_set' supremum(object)
A countable_set object.
countable_set
Inf (the set is unbounded above).
Inf
cs <- countable_set$new(0L) supremum(cs) # Inf #> [1] Inf