mathlayer
®
About
·
Downloads
·
Functions
·
Support
·
Community
power
>
Functions
>
Operations
power(X,Y) raises X to the power of Y element by element.
power is equivalent to .^ operator.
Examples
> power(1:4,3)# 1 8 27 64
See also
times