MathPHP\Probability\CombinatoricsTest::testPermutationsBoundsException PHP 메소드

testPermutationsBoundsException() 공개 메소드

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