Get the supremum of a countable set.

# S3 method for class 'countable_set'
supremum(object)

Arguments

object

A countable_set object.

Value

Inf (the set is unbounded above).

Examples

cs <- countable_set$new(0L)
supremum(cs)  # Inf
#> [1] Inf