R/sets.R

naturals <- Naturals$new()
pos_naturals <- PosNaturals$new()
integers <- Integers$new()
pos_integers <- PosIntegers$new()
neg_integers <- NegIntegers$new()
rationals <- Rationals$new()
pos_rationals <- PosRationals$new()
neg_rationals <- NegRationals$new()
reals <- Reals$new()
pos_reals <- PosReals$new()
neg_reals <- NegReals$new()
ext_reals <- ExtendedReals$new()
complex <- Complex$new()

Try the distr6 package in your browser

Any scripts or data that you put into this service are public.

distr6 documentation built on March 28, 2022, 1:05 a.m.