The mathematical set of extended real numbers, defined as the union of the set of reals with \(\pm\infty\). i.e. $$R \cup \\{-\infty, \infty\\}$$ where \(R\) is the set of reals.
set6::Set
-> set6::Interval
-> set6::SpecialSet
-> set6::Reals
-> ExtendedReals
new()
Create a new ExtendedReals
object.
ExtendedReals$new()
A new ExtendedReals
object.
clone()
The objects of this class are cloneable with this method.
ExtendedReals$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other special sets:
Complex
,
Integers
,
Logicals
,
Naturals
,
NegIntegers
,
NegRationals
,
NegReals
,
PosIntegers
,
PosNaturals
,
PosRationals
,
PosReals
,
Rationals
,
Reals
,
Universal