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
numbertobase, if given, or the natural logarithm.
https://www.php.net/manual/en/function.log.php
Last modified: 2021-06-06
© 2021 universeorange.com