Aide:Log.txt

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

Document original V3.3.6.1 :

###Function###
Log

###Description###
Calculates the natural logarithm of a number.

###Syntax###
Log ( expression ) 


###Parameters###
@@ParamTable@@
expression
	Any positive number. 
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns the parameter's natural logarithm.
Failure:	Tends to return -1.#IND for non-positive parameters.
@@End@@


###Remarks###
@error is always 0

###Related###
Exp


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


Document traduit V3.3.6.1 :

###Function###
Log

###Description###
Calcule le logarithme naturel d'un nombre.


###Syntax###
Log ( expression )


###Parameters###
@@ParamTable@@
expression
	Tout nombre positif.
@@End@@


###ReturnValue###
@@ReturnTable@@
Succès:	Retourne le logarithme naturel de l'expression.
Échec: Tend à retourner -1.#IND pour des valeurs non-positives de l'expression.
@@End@@


###Remarks###
@error est toujours 0


###Related###
<a href="Exp.htm">Exp</a>


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


Traducteur : Strofe

Contributeurs (pour les modifications avant le Wiki) : Tlem