fmod
Astrotomic/php-twemoji
Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Returns the floating point remainder (modulo) of the division of the arguments
<?php fmod
(
float $num1
,
float $num2
):
float