For complex number
z = a + i b, where a and b are real numbersits imaginary part is defined as
im(z) ≡ bTo get imaginary part of the number:
im(2+i);To get imaginary part of the current result:
im(rslt);To get imaginary part of the number z in calculator memory:
im(mem[z]);Imaginary part of the complex number is supported in professional version of the Librow calculator.