Display the drop-down list

gmp_div_qr()

« gmp_div_q | gmp_div_r »
<?php
$array 
gmp_div_qr (
    
// resource $n
    
// resource $d
    
?  // [int $round = GMP_ROUND_ZERO]
);

// shows the result
$string gmp_strval($resource);
?>
Result
$array = [
  
=> 'GMP instance',
  
=> 'GMP instance',
]
$string = [
  
=> '4920955',
  
=> '3189694',
]
Examples
#1 gmp_div_qr  ("0x41682179fbf5",
 
"0xDEFE75")
#2 gmp_div_qr  (25,
 
3)
See also
gmp_abs, gmp_div_q, gmp_div_r, gmp_strval