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