Boingboingsplat opened this issue 6 years ago ยท 1 comments
Basically, takes two vectors, multiplies each element of the first vector by the corresponding element second vector, then returns the resulting vector.
(a, b, c) * (x, y, z) = (ax, by, cz)
That's just part of the fun of Psi.