Method Gmp.mpz()->fac()
- Method fac
 Gmp.mpzfac()- Description
 Return the factorial of this mpz object.
- Throws
 Since factorials grow very quickly, only small integers are supported. An error is thrown if the value in this mpz object is too large.
Gmp.mpz fac()
Return the factorial of this mpz object.
Since factorials grow very quickly, only small integers are supported. An error is thrown if the value in this mpz object is too large.