Searched refs:igamc (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c26 /* igamc(), igam(), etc. were adapted (and cleaned up) from the Cephes
41 static double igamc(double a, double x);
45 igamc(double a, double x) { function
57 fprintf(stderr, "igamc: UNDERFLOW, ax=%f\n", ax);
110 return (1.0 - igamc(a, x));
336 p_value_t = igamc(9 / 2.0, chi_square / 2.0);
508 p_value = igamc(numblocks * 0.5, chi_square * 0.5);

Completed in 10 milliseconds