Display the drop-down list

gmp_fact()

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

// shows the result
$string gmp_strval($resource);
?>
Result
$resource = 'GMP instance'
$string = '120'
Examples
#1 gmp_fact  (5)
#2 gmp_fact  (50)
See also
gmp_abs, gmp_strval