|
gmp_factFactorial Description
resource gmp_fact
( mixed
$a
)
Calculates factorial (a!) of Parameters
Return ValuesA GMP number resource. Examples
Example #1 gmp_fact example
<?php The above example will output: 120 30414093201713378043612608166064768844377641568960512000000000000 |