00001 #define NUM_POLY_COEFF 6 00002 00003 integer numCoeffs 00004 REAL_T coeffs(0:NUM_POLY_COEFF-1) 00005 00006 numCoeffs = NUM_POLY_COEFF 00007 coeffs(0) = 21 00008 coeffs(1) = 0 00009 coeffs(2) = -70 00010 coeffs(3) = 0.0 00011 coeffs(4) = 105.0 00012 coeffs(5) = -56.0 00013 00014