Function binomialCDFR

P(K >= k) where K is random variable.

double binomialCDFR (
  ulong k,
  ulong n,
  double p
);