Log In  


Division has the same problem.

print((vec(1)-2)[0])    -- prints -1
print((2-vec(1))[0])    -- prints -1
print((vec(1)/2)[0])    -- prints 0.5
print((2/vec(1))[0])    -- prints 0.5
3


yikes!



[Please log in to post a comment]