Hi, Is there some gmp C++-style way to calculate a factorial or is it necessary to use the C-style function: mpz_fac_ui(mpz_t rop, unsigned int op)? Thanks in advance, Luis