(PHP 4, PHP 5, PHP 7, PHP 8)
log —Natural logarithm
If the optionalbase
parameter is specified,log() returns logbasenum
, otherwiselog() returns the natural logarithm ofnum
.
num
The value to calculate the logarithm for
base
The optional logarithmic base to use (defaults to 'e' and so to the natural logarithm).
The logarithm ofnum
tobase
, if given, or the natural logarithm.