Doxygen Source Code Documentation
cdf_51.c File Reference
#include "cdflib.h"Go to the source code of this file.
Functions | |
| void | dzror (int *status, double *x, double *fx, double *xlo, double *xhi, unsigned long *qleft, unsigned long *qhi) |
Function Documentation
|
||||||||||||||||||||||||||||||||
|
Definition at line 2 of file cdf_51.c. References E0001(). Referenced by cdfbet(), cdfbin(), cdfnbn(), and E0000().
00067 {
00068 E0001(0,status,x,fx,xlo,xhi,qleft,qhi,NULL,NULL,NULL,NULL);
00069 } /* END */
|