c_ftcurvpi(3NCARG) | NCAR GRAPHICS | c_ftcurvpi(3NCARG) |
c_ftcurvpi - calculate integrals for periodic functions
int c_ftcurvpi (float, float, float, int, float [], float [], float *);
int c_ftcurvpi (xl, xr, p, m, xi, yi, integral);
c_ftcurvpi returns an error value as per:
= 0 -- no error.
= 1 -- if n is less than 2.
= 2 -- if the period is strictly less than the span of the abscissae.
c_ftcurvpi is called after all of the desired values for control parameters have been set using the procedures c_ftseti, c_ftsetr, c_ftsetc. Control parameters that apply to c_ftcurvpi are: sig.
To use c_ftcurvpi, load the NCAR Graphics library ngmath.
fitgrid_params, c_ftseti, c_ftsetr, c_ftsetc.
Complete documentation for Fitgrid is available at URL
http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
Copyright (C) 2000
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1998 | UNIX |