显示下拉菜单

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