|
gmp_factFactorial Description
GMP gmp_fact
( mixed
$a
)
Calculates factorial (a!) of Parameters
Return ValuesA GMP number resource in PHP 5.5 and earlier, or a GMP object in PHP 5.6 and later. Examples
Example #1 gmp_fact example
<?php The above example will output: 120 30414093201713378043612608166064768844377641568960512000000000000 |