suivant: Imaginary part of a
monter: Complex numbers
précédent: Usual complex functions :
Table des matières
Index
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
giac documentation written by Renée De Graeve and Bernard Parisse