Doxygen Source Code Documentation
cdf_42.c File Reference
#include "cdflib.h"Go to the source code of this file.
Functions | |
| void | dstinv (double *zsmall, double *zbig, double *zabsst, double *zrelst, double *zstpmu, double *zabsto, double *zrelto) |
Function Documentation
|
||||||||||||||||||||||||||||||||
|
Definition at line 2 of file cdf_42.c. References E0000(). Referenced by cdfbet(), cdfbin(), cdfchi(), cdfchn(), cdff(), cdffnc(), cdfgam(), cdfnbn(), cdfpoi(), and cdft().
00069 {
00070 E0000(1,NULL,NULL,NULL,NULL,NULL,zabsst,zabsto,zbig,zrelst,zrelto,zsmall,
00071 zstpmu);
00072 } /* END */
|