commands → Re

Re(z)

The Re command returns the real part of a complex number z.

Examples

z = 2 + 3*I;
Re(z);
	2