Previous Up Next

5.11.2  Real part of a complex number: re real

re (or real) takes as argument a complex number (resp. a point A).
re (or real) returns the real part of this complex number (resp. the projection on the x axis of A).
Input:

re(3+4*i)

Output:

3

Previous Up Next