MathPHP\Probability\CombinatoricsTest::testCatalanNumberExceptionNLessThanZero PHP Méthode

testCatalanNumberExceptionNLessThanZero() public méthode

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