Skip to content

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

Complex, Re, ReIm

Implementation status

  • ✅ - full supported

Github