Aide:Tan.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
Tan

###Description###
Calculates the tangent of a number.

###Syntax###
Tan ( expression )


###Parameters###
@@ParamTable@@
expression
	Value in radians.
@@End@@


###ReturnValue###
Returns the trigonometric tangent of number.



###Remarks###
1° = pi / 180 radians.
Note that Tan is "infinite" for ... -3PI/2, -PI/2, PI/2, 3PI/2, 5PI/2, ...  and tends to return 1.63317787283838e+016 for such multiples of Pi-halves.

###Related###
Sin, Cos, ASin, ACos, ATan


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
Tan

###Description###
Calcule la tangente d'un nombre.


###Syntax###
Tan ( expression )


###Parameters###
@@ParamTable@@
expression
	Valeur en radians.
@@End@@


###ReturnValue###
Retourne la tangente trigonométrique du nombre.


###Remarks###
1° = pi / 180 radians.

Notez que Tan est "infini" pour ... -3PI/2, -PI/2, PI/2, 3PI/2, 5PI/2, ... et tend à retourner 1.63317787283838e+016 pour les multiples de Pi/2.


###Related###
<a href="Sin.htm">Sin</a>, <a href="Cos.htm">Cos</a>, <a href="ASin.htm">ASin</a>, <a href="ACos.htm">ACos</a>, <a href="ATan.htm">ATan</a>


###Example###
@@IncludeExample@@


Traducteur : Strofe

Contributeurs (pour les modifications avant le Wiki) : Tlem