Function hypergeometricCDFR

P(X >= x), where X is random variable.

double hypergeometricCDFR (
  ulong x,
  ulong n1,
  ulong n2,
  ulong n
);