Universeorange.com/Docs/
{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.
https://www.php.net/manual/en/function.log1p.php
Last modified: 2021-06-06
© 2021 universeorange.com