PHP 클래스 MathPHP\NumericalAnalysis\RootFinding\BisectionMethodTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: markrogoyski/math-php

공개 메소드들

메소드 설명
testBisectionMethodExceptionNegativeTolerance ( )
testBisectionMethodExceptionSameSigns ( )
testBisectionMethodExceptionZeroInterval ( )
testSolve ( )
testSolveSomeMore ( )

메소드 상세

testBisectionMethodExceptionNegativeTolerance() 공개 메소드

testBisectionMethodExceptionSameSigns() 공개 메소드

testBisectionMethodExceptionZeroInterval() 공개 메소드

testSolve() 공개 메소드

public testSolve ( )

testSolveSomeMore() 공개 메소드

public testSolveSomeMore ( )