powered by
The mathematical set of natural numbers.
Returns R6 object of class Naturals.
Naturals$new(dim = 1, lower = 0)
dim
lower
Generally the lower argument should be ignored, its primary use-case is for the PosNaturals child-class.
PosNaturals
The set of Naturals is defined as the counting numbers, i.e. $$Naturals = \{0, 1, 2,...\}$$
listSpecialSets
# NOT RUN { Naturals$new() Naturals$new(dim = 2) # }
Run the code above in your browser using DataLab