Exemplo n.º 1
0
 public function testUppderIncompleteGammaExceptionSLessThanZero()
 {
     $this->setExpectedException('MathPHP\\Exception\\OutOfBoundsException');
     Special::upperIncompleteGamma(-1, 1);
 }