예제 #1
0
 public function testCatalanNumberExceptionNLessThanZero()
 {
     $this->setExpectedException('MathPHP\\Exception\\OutOfBoundsException');
     Combinatorics::catalanNumber(-1);
 }