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

gmp_gcd()

« gmp_fact | gmp_gcdext »
<?php
$resource 
gmp_gcd (
    
// resource $a
    
  // resource $b
);

// shows the result
$string gmp_strval($resource);
?>
結果
$resource = 'GMP instance'
$string = '3'
#1 gmp_gcd  ("12",
 
"21")
参照
gmp_abs, gmp_gcdext, gmp_strval