IMAGINARY function
Summary
Returns the imaginary coefficient of a complex number
Syntax
IMAGINARY(inumber)
The IMAGINARY function syntax has the following arguments:
• Inumber Required. A complex number for which you want the imaginary coefficient.
• Inumber Required. A complex number for which you want the imaginary coefficient.
Example
=IMAGINARY("3+4i")
=IMAGINARY("0-j")
=IMAGINARY(4)
=IMAGINARY("0-j")
=IMAGINARY(4)