When I enter the command:
pow(9,999999);
I obtain the following:
Bad argument 1 to pow(). Exponent too large.
Unknown program: pow(Gmp.mpz(999999))
-:1: 9->pow(@0=Gmp.mpz(999999))
HilfeInput:1: HilfeInput()->___HilfeWrapper()
Somebody would be able to indicate me how implementing the library efficaciously GMP.mpz, for example, to calculate 9 ^999999 or the factorial of 500000. In advance thank you very much for your help.
Best regards