PHP Class MathPHP\NumericalAnalysis\RootFinding\FixedPointIterationTest

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

Public Methods

Method Description
testFixedPointIterationExceptionGuessNotInInterval ( )
testFixedPointIterationExceptionNegativeTolerance ( )
testFixedPointIterationExceptionZeroInterval ( )
testSolve ( )

Method Details

testFixedPointIterationExceptionGuessNotInInterval() public method

testFixedPointIterationExceptionNegativeTolerance() public method

testFixedPointIterationExceptionZeroInterval() public method

testSolve() public method

public testSolve ( )