RETOURNE LE LOGARITHME EN BASE 2 DE V
ACTION
La fonction LOG2(V) retourne le logarithme en base 2 de V.
V peut être un réel ou un entier et doit être strictement positif.
SYNTAXE :
Resultat=LOG2(V)
UTILISATION ERREUR EXEMPLE
print log2(3)
print "Résultat = 1.58496250072116"
LOG2()
LOG2(V)
EN RAPPORT
EXP()
LOG()
LOG10()