Hello all, I would like to compute this expression y=a*x*x+b*x+c. y is mpz_t but the other variables are long int. How can I evaluate this. Thanks in advance.