RETOURNE LE LOGARITHME NÉPÉRIEN DE V
ACTION
La fonction LOG(V) retourne le logarithme népérien de V.
V peut être un réel ou un entier et doit être strictement positif.
SYNTAXE :
Resultat=LOG(V)
UTILISATION ERREUR EXEMPLE
print log(3)
print "Résultat = 1.09861228866811"
LOG()
LOG(V)
EN RAPPORT
EXP()
LOG10()
LOG2()