ExtendedReals: Set of Extended Real Numbers

Description Super classes Methods See Also

Description

The mathematical set of extended real numbers, defined as the union of the set of reals with ±∞. i.e.

R U {-∞, ∞}

where R is the set of reals.

Super classes

set6::Set -> set6::Interval -> set6::SpecialSet -> set6::Reals -> ExtendedReals

Methods

Public methods

Inherited methods

Method new()

Create a new ExtendedReals object.

Usage
ExtendedReals$new()
Returns

A new ExtendedReals object.


Method clone()

The objects of this class are cloneable with this method.

Usage
ExtendedReals$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other special sets: Complex, Integers, Logicals, Naturals, NegIntegers, NegRationals, NegReals, PosIntegers, PosNaturals, PosRationals, PosReals, Rationals, Reals, Universal


set6 documentation built on Oct. 18, 2021, 5:06 p.m.