IMAGINARY

IMAGINARY(inumber)

Returns the imaginary coefficient of a complex number.

inumberThe complex number you want the imaginary coefficient of.

REMARKS
* If "inumber" is not in the form x + yi or x + yj, then #NUM! is returned.
* You can use the IMREAL function to return the real coefficient of a complex number.
* You can use the COMPLEX function to convert real and imaginary coefficients into a complex number.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=IMAGINARY("3+4i") = $4.00
2=IMAGINARY("0-j") = -1
3=IMAGINARY(4) = 0
4=IMAGINARY("some text") = #NUM!


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top