29 double probChiSquared(
double,
unsigned int);
34 static int tooBig(
float *arr,
int narr,
double toobig = 1.e+6);
35 static int tooBig(
double *arr,
int narr,
double toobig = 1.e+6);
36 static int Finite(
const float &f);
37 static int Finite(
const double &f);