Fonction Optimiser(Invariant) AnglePolaireVersReel() Retourner Nul Ou Reel;
Principal
/*******/
Variable
/******/
C : Complexe;
R : Reel;
Debut
...
C=Complexe(3.1416, 3.1416);
R=C.AnglePolaireVersReel();
/* R contient Pi/4. */
...
Fin Principal
- | - | - | - | - | - | - | - | - |