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