supremum.countable_set: Get the supremum of a countable set.

View source: R/countable_set.R

supremum.countable_setR Documentation

Get the supremum of a countable set.

Description

Get the supremum of a countable set.

Usage

## 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

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.