Question: is(Im(x)*x = 0) gives true; is this a bug?

is(Im(x)*x = 0);
                              true

 

Surely, Im(i)*i != 0?

Please Wait...