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)
lower
numeric. 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)
deep
Whether to make a deep clone.
Other special sets:
Complex
,
ExtendedReals
,
Integers
,
Logicals
,
NegIntegers
,
NegRationals
,
NegReals
,
PosIntegers
,
PosNaturals
,
PosRationals
,
PosReals
,
Rationals
,
Reals
,
Universal