Skip to content

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

Complex, Im, ReIm

Implementation status

  • ✅ - full supported

Github