/* $Id: pbinom.h 40271 2011-05-28 02:29:18Z twu $ */
#ifndef PBINOM_INCLUDED
#define PBINOM_INCLUDED

extern double
gsl_sf_lngamma (double x);
extern double
Pbinom (int k, int n, double theta);

#endif


