Afficher la liste déroulante

gmp_gcd()

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

// shows the result
$string gmp_strval($resource);
?>
Résultat
$resource = 'GMP instance'
$string = '3'
Exemples
#1 gmp_gcd  ("12",
 
"21")
Voir aussi
gmp_abs, gmp_gcdext, gmp_strval