Set of Natural Numbers
The mathematical set of natural numbers, defined as the counting numbers. i.e.
0, 1, 2,...
set6::Set -> set6::Interval -> set6::SpecialSet -> Naturals
new()
Create a new Naturals object.
Naturals$new(lower = 0)
lowernumeric. Where to start the set. Advised to ignore, used by child-classes.
A new Naturals object.
clone()
The objects of this class are cloneable with this method.
Naturals$clone(deep = FALSE)
deepWhether to make a deep clone.
Other special sets:
Complex,
ExtendedReals,
Integers,
Logicals,
NegIntegers,
NegRationals,
NegReals,
PosIntegers,
PosNaturals,
PosRationals,
PosReals,
Rationals,
Reals,
Universal
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.