// A. L. Delcher
//
// File: prob.h
//
// Last Modified: 30 December 2002
//
// Routines to do probability things
#ifndef __PROB_HH
#define __PROB_HH
#include "delcher.hh"
int Binomial_Cutoff
(int n, double p, double e_prob);
#endif // #ifndef __PROB_HH