Afficher la liste déroulante

gmp_fact()

« gmp_divexact | gmp_gcd »
<?php
$resource 
gmp_fact (
    
  // mixed $a
);

// shows the result
$string gmp_strval($resource);
?>
Résultat
$resource = 'GMP instance'
$string = '120'
Exemples
#1 gmp_fact  (5)
#2 gmp_fact  (50)
Voir aussi
gmp_abs, gmp_strval