powered by
Makes a symbolic representation for the union of sets/intervals.
union.SetInterval(..., dim = 1)# S3 method for SetInterval +(x, y)
# S3 method for SetInterval +(x, y)
SetInterval
SetIntervals to take the union of.
dimension of new SetInterval.
Returns an R6 object inheriting from SetInterval.
This does not calculate the union of the arguments but is just a symbolic representation using unicode.
product.SetInterval, complement.SetInterval, power.SetInterval
product.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