infimum.interval: Return the (vector of) infimum of the interval.

View source: R/interval.R

infimum.intervalR Documentation

Return the (vector of) infimum of the interval.

Description

Return the (vector of) infimum of the interval.

Usage

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

Arguments

object

An interval object.

Value

Numeric vector of lower bounds.

Examples

iv <- interval$new(lower = 0, upper = 1)
infimum(iv) # 0

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