#include "gmpxx.h"

namespace JEStatistics {
  mpz_class combin(int n, int r);
}
