IMINV(inumber)
IMINV returns the inverse, or reciprocal, of the complex number z (inumber), where
1/z = (x - i y)/(x^2 + y^2).
IMINV("1-j") equals 0.5+0.5j.