ドロップダウンリストを表示

gmp_divexact()

« gmp_div_r | gmp_fact »
<?php
$resource 
gmp_divexact (
    
// resource $n
    
  // resource $d
);

// shows the result
$string gmp_strval($resource);
?>
結果
$resource = 'GMP instance'
$string = '5'
#1 gmp_divexact  ("10",
 
"2")
#2 gmp_divexact  ("10",
 
"3")
参照
gmp_abs, gmp_strval