IMREAL
Returns the real coefficient of a complex number.
EngineeringEngineering & Science
What it does
Extracts the real part of a complex number.
Syntax
IMREAL(inumber)
Arguments
inumber(text) β Complex number.
Examples
Get Real Part
Extract from 3+4i.
FORMULA
=IMREAL("3+4i")RESULT
3
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 3+4i |