Example #1
0
 public function testHypergeometricExceptionNGreaterThanOne()
 {
     $this->setExpectedException('MathPHP\\Exception\\OutOfBoundsException');
     Special::hypergeometric(1, 1, 1, 1);
 }