diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /math/curfit/doc/cveval.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'math/curfit/doc/cveval.hlp')
-rw-r--r-- | math/curfit/doc/cveval.hlp | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/math/curfit/doc/cveval.hlp b/math/curfit/doc/cveval.hlp new file mode 100644 index 00000000..48cd7f10 --- /dev/null +++ b/math/curfit/doc/cveval.hlp @@ -0,0 +1,33 @@ +.help cveval Jun84 "Curfit Package" +.ih +NAME +cveval -- evaluate the fitted function at a single x value +.ih +SYNOPSIS +y = cveval (cv, x) + +.nf +pointer cv # curve descriptor +real x # x value +.fi +.ih +ARGUMENTS +.ls cv +Pointer to the curve descriptor structure. +.le +.ls x +X value at which the curve is to be evaluated. +.le +.ih +DESCRIPTION +Evaluate the curve at the specified value of x. CVEVAL is a real +function which returns the fitted y value. +.ih +NOTES +It uses the coefficient array stored in the curve descriptor structure. +The x values are assumed to lie in the region xmin <= x <= xmax. Checking +for out of bounds x values is the responsibility of the user. +.ih +SEE ALSO +cvvector +.endhelp |