Hakan Kutucu wrote: > 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. Keywords: "Horner's method" mpz_set_ui mpz_mul_ui Alex