IMLN(inumber)
IMLN returns the natural logarithm of a complex number.
The result will have an imaginary part between -pi and +pi. The natural logarithm is not uniquely defined on complex numbers. You may need to add or subtract an even multiple of pi to the imaginary part.
IMLN("3-j") equals 1.15129-0.32175j.