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