RETOURNE LE LOGARITHME DÉCIMAL DE V
ACTION
La fonction LOG10(V) retourne le logarithme décimal de V.
V peut être un réel ou un entier et doit être strictement positif.
SYNTAXE :
Resultat=LOG10(V)
UTILISATION ERREUR EXEMPLE
print log10(3)
print "Résultat = 0.477121254719662"
LOG10()
LOG10(V)
EN RAPPORT
EXP()
LOG()
LOG2()