sorawee opened this issue 7 years ago · 0 comments
The invariant for vect is that the coords should be reals. However, vector-scale can break this invariant. E.g.,
vect
vector-scale
(vector-scale (sqrt -1) (vect 1 2))
results in
(vect 0+1i 0+2i)