arithmetic expression

Alexander Kruppa kruppa at in.tum.de
Fri Dec 7 14:24:10 CET 2007


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


More information about the gmp-discuss mailing list