| 
 | gmp_div_qDivide numbers Description
   GMP gmp_div_q
    ( GMP  $a, GMP$b[, int$round= GMP_ROUND_ZERO
  ] )
   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_div_q example 
<?phpThe above example will output: 20 0 1 0 -1 Notes
 See Also
 
 |