PHP Class MathPHP\NumericalAnalysis\RootFinding\BisectionMethodTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: markrogoyski/math-php

Public Methods

Method Description
testBisectionMethodExceptionNegativeTolerance ( )
testBisectionMethodExceptionSameSigns ( )
testBisectionMethodExceptionZeroInterval ( )
testSolve ( )
testSolveSomeMore ( )

Method Details

testBisectionMethodExceptionNegativeTolerance() public method

testBisectionMethodExceptionSameSigns() public method

testBisectionMethodExceptionZeroInterval() public method

testSolve() public method

public testSolve ( )

testSolveSomeMore() public method

public testSolveSomeMore ( )