Makes a symbolic representation for the exponentiation of a given set/interval.
power.SetInterval(x, power)# S3 method for SetInterval
^(x, power)
SetInterval
power to raise SetInterval to
Returns an R6 object inheriting from SetInterval.
This does not calculate the exponentiation but is just a symbolic representation using unicode.
product.SetInterval
, union.SetInterval
,
complement.SetInterval
# NOT RUN {
PosNaturals$new() ^ 2
power.SetInterval(Reals$new(), 3)
# }
Run the code above in your browser using DataLab