Universeorange.com/Docs/
{math.log(Float $number, float $base = M_E)}
log — Natural logarithm.
If the optional base
parameter is specified, {math.log()}
returns log-base number
, otherwise {math.log()}
returns the natural logarithm of number
.
Returns The logarithm of
number
tobase
, if given, or the natural logarithm.
https://www.php.net/manual/en/function.log.php
Last modified: 2021-06-07
© 2021 universeorange.com