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