powered by
The mathematical set of extended real numbers.
Returns R6 object of class ExtendedReals.
ExtendedReals$new(dim = 1)
dim
The set of Extended Reals is defined as the union of the set of reals with +-Infinity, i.e. $$ExtendedReals = R \cup \{-\infty, \infty\}$$ where \(R\) is the set of reals.
listSpecialSets
# NOT RUN { ExtendedReals$new() ExtendedReals$new(dim = 2) # }
Run the code above in your browser using DataLab