infimum.finite_set: Return the infimum of the finite set.

View source: R/finite_set.R

infimum.finite_setR Documentation

Return the infimum of the finite set.

Description

Return the infimum of the finite set.

Usage

## S3 method for class 'finite_set'
infimum(object)

Arguments

object

A finite set.

Value

Numeric; the minimum value(s).

Examples

fs <- finite_set$new(c(1, 3, 5, 7))
infimum(fs) # 1

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