Universeorange.com/Docs/

R3m/framework Function reference math.log.1p

{math.log.1p(Float $number)}

{math.log.1p()} returns {math.log(1 + $number)} computed in a way that is accurate even when the value of number is close to zero.
{math.log()} might only return {math.log(1)} in this case due to lack of precision.

Returns log(1 + number) as a float.

More information:

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

Last modified: 2021-06-07

© 2021 universeorange.com