array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'fr', ), 'this' => array ( 0 => 'function.log.php', 1 => 'log', ), 'up' => array ( 0 => 'ref.math.php', 1 => 'Fonctions Math', ), 'prev' => array ( 0 => 'function.is-nan.php', 1 => 'is_nan', ), 'next' => array ( 0 => 'function.log10.php', 1 => 'log10', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'fr', 'path' => 'reference/math/functions/log.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 4, PHP 5, PHP 7, PHP 8)
log — Logarithme naturel (népérien)
Si le paramètre optionnel base
est
spécifié, log() retourne alors le
logarithme en base base
, sinon
log() retourne le logarithme naturel
(ou népérien) de num
.
num
La valeur pour laquelle on calcule le logarithme
base
La base logarithmique optionnelle à utiliser (par défaut, 'e' et donc, le logarithme naturel).
Le logarithme de num
en base
base
, si fourni, ou le logarithme
naturel.