IMNEG(inumber)
IMNEG returns the negative of the complex number z (inumber), where
-z = (-x) + i(-y).
IMNEG("1-j") equals -1+j.