aboutsummaryrefslogtreecommitdiff
path: root/math/curfit/doc/cvstatr.hlp
blob: f4d959c27553a99847a724498286b8588414491c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.help cvstatr May85 "Curfit Package"
.ih
NAME
cvstatr -- get real parameter
.ih
SYNOPSIS
include <math/curfit.h>

rval = cvstatr (cv, parameter)

.nf
pointer	cv		# curve descriptor
int	parameter	# parameter to be returned
.fi
.ih
ARGUMENTS
.ls cv     
The pointer to the curve descriptor structure.
.le
.ls parameter
Parameter to be return.  Definitions in curfit.h are:
.nf
	define	CVXMIN		5	# minimum ordinate
	define	CVORDER		6	# maximum ordinate
.fi
.le
.ih
DESCRIPTION
The values of real parameters are returned.  The parameters include
the minimum and maximum ordinate values of the curve.
.ih
EXAMPLES
.nf
	include <curfit.h>

	real	cvstatr()

	xmin = cvstatr (cv, CVXMIN)
	xmax = cvstatr (cv, CVXMAX)
.fi
.ih
SEE ALSO
cvstati
.endhelp