|
gmp_divexactExact division of numbers Description
GMP gmp_divexact
( GMP
$n
, GMP $d
)
Divides Parameters
Return ValuesA GMP number resource in PHP 5.5 and earlier, or a GMP object in PHP 5.6 and later. Examples
Example #1 gmp_divexact example
<?php The above example will output: 5 2863311534 |