:: [a] -> a -> [a] package:Rasterific

Compute the right scalar product
>>> V2 3 4 ^* 2
V2 6 8
Compute division by a scalar on the right.