double poly( double x, int n, double coeff[] )


	- prototype in math.h

	- generates polynominal in x of degree n, with coefficients coeff,
	  returning the value of this polynominal evaluated for x