log1p
Astrotomic/php-twemoji
Supported Versions: PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8
Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero
<?php log1p
(
float $num
):
float