Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Get the infimum of a countable set.

Usage

# S3 method for countable_set
infimum(object)

Value

The lower bound (integer).

Arguments

object

A countable_set object.

Examples

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

Run the code above in your browser using DataLab