Doxygen Source Code Documentation
cdf_41.c File Reference
#include "cdflib.h"Go to the source code of this file.
Functions | |
| void | dinvr (int *status, double *x, double *fx, unsigned long *qleft, unsigned long *qhi) |
Function Documentation
|
||||||||||||||||||||||||
|
Definition at line 2 of file cdf_41.c. References E0000(). Referenced by cdfbet(), cdfbin(), cdfchi(), cdfchn(), cdff(), cdffnc(), cdfgam(), cdfnbn(), cdfpoi(), and cdft().
00064 {
00065 E0000(0,status,x,fx,qleft,qhi,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
00066 } /* END */
|