TRUECALC
Functions

IMREAL

Real part of a complex number

Try it

When to use it

When do I use IMREAL?

Use IMREAL to extract the real part of a complex number, for example to read the resistive component of an impedance or the in-phase component of a phasor after calculations in COMPLEX/IM* functions.

Used in

engineering · science

Syntax

IMREAL(complex)

Examples

=IMREAL("3+5i") // => 3
=IMREAL("4j") // => 0
=IMREAL(COMPLEX(3,5)) // => 3

On this page