Searched defs:fdiv (Results 1 – 2 of 2) sorted by relevance
/plugin/combo/vendor/symfony/polyfill-php80/ | ||
H A D | Php80.php | 23 public static function fdiv(float $dividend, float $divisor): float function in Symfony\\Polyfill\\Php80\\Php80 |
H A D | bootstrap.php | 23 function fdiv(float $num1, float $num2): float { return p\Php80::fdiv($num1, $num2); } function |