Universeorange.com/Docs/

R3m/framework Function reference math.log

{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 to base, if given, or the natural logarithm.

More information:

https://www.php.net/manual/en/function.log.php

Last modified: 2021-06-07

© 2021 universeorange.com