powered by
pow(x, pow = NULL, modulus = FALSE)
[univariate vector]
Univariate vector, numeric or ts object with only one dimension.
[numeric(1): NA]
The nth power.
positive
Returns a vector with the same class and attributes as the input vector.
# NOT RUN { pow(2, 2) pow(-2, 2) pow(-2,2, TRUE) # }
Run the code above in your browser using DataLab