Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Get the supremum of a countable set.

Usage

# S3 method for countable_set
supremum(object)

Value

Inf (the set is unbounded above).

Arguments

object

A countable_set object.

Examples

Run this code
cs <- countable_set$new(0L)
supremum(cs)  # Inf

Run the code above in your browser using DataLab