#ifndef __CHI2_H__

#define ENTRY   extern
#define	LOCAL	static

double chi2DF(double n, double x);
double inv_chi2DF(double n, double x);

#define	 __CHI2_H__
#endif              /* Ends #ifndef __CHI2_H__  */

