Last chance! 50% off unlimited learning
Sale ends in
Makes a symbolic representation for the cartesian product of sets/intervals.
product.SetInterval(...)# S3 method for SetInterval
*(x, y)
SetInterval
SetInterval
SetIntervals to take the cartesian product of.
Returns an R6 object inheriting from SetInterval.
This does not calculate the cartesian product of the arguments but is just a symbolic representation using unicode.
union.SetInterval
, complement.SetInterval
,
power.SetInterval
# NOT RUN {
PosNaturals$new() * Reals$new()
product.SetInterval(PosNaturals$new(), Reals$new())
# }
Run the code above in your browser using DataLab