Hi, I have to compute x^y where x and y are both mpz_t variables; reading the manual, I've found only the pow modulo n, or the pow between two UI or an UI and a mpz_t. Why? How can I do? Thanks