UpsMat.Complexe.AnglePolaireVersDecimal
Fonction Optimiser(Invariant) AnglePolaireVersDecimal() Retourner Nul Ou Decimal;
Description
La méthode AnglePolaireVersDecimal retourne le nombre décimal correspondant l'angle polaire du complexe. L'angle est exprimé en radians.
Exemple
Principal
/*******/
Variable
/******/
	C : Complexe;
	D : Decimal;
Debut
...
C=Complexe(3.1416, 3.1416);
D=C.AnglePolaireVersDecimal();
/* D contient Pi/4. */ 
...
Fin Principal
Voir aussi
AnglePolaireVersReel pour calculer l'angle polaire en réel. 
Traduction