infimum: Get the infimum of the support.

View source: R/support.R

infimumR Documentation

Get the infimum of the support.

Description

Get the infimum of the support.

Usage

infimum(object)

Arguments

object

A support object.

Value

The infimum (greatest lower bound) of the support.

Examples

I <- interval$new(0, 10)
infimum(I)  # 0

S <- finite_set$new(c(3, 7, 11))
infimum(S)  # 3

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