IMREAL

IMREAL(inumber)

Returns the real coefficient of a complex number.

inumberThe complex number for which you want the real coefficient.

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

 A
1=IMREAL("6-9i") = 6
2=IMREAL("-6-9i") = -$6.00
3=IMREAL("-6-9j") = -$6.00
4=IMREAL("-9j") = $0.00
5=IMREAL("some text") = #NUM!


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