Element power. This is used to raise one array's elements to the power of the corresponding elements of another array.
[ 3, 5, 2 ] .^ [ 4, 6, 3 ]
+ - * .* / ./ ^