Re
Re(z)
returns the real component of the complex number
z
.
See
Examples
>> Re(3+4*I)3
>> Im(0.5 + 2.3*I)2.3
Related terms
Implementation status
- ✅ - full supported
Re(z)
returns the real component of the complex number
z
.
See
>> Re(3+4*I)3
>> Im(0.5 + 2.3*I)2.3