Home » Math » Math_Numerical_RootFinding
Numerical Root-Finding methods package in PHP
This package is unmaintained.
Download latest release 1.1.0a2 (archived versions might be outdated)
License: BSD License
Description
Math_Numerical_RootFinding is the package provide various number of Numerical
Root-Finding Methods functions implemented in PHP.
Supported methods:
1. Bisection/Binary Chopping/Interval Halving/Bolzano
2. False Position/Regula Falsi
3. Fixed Point
4. Netwon-Raphson
5. Netwon-Raphson 2
6. Ralston-Rabinowitz
7. Secant
Maintainers
- Firman Wandayandi (firman) — lead, active
- Matthew Fonda (mfonda) — lead, active
Dependencies
Required
- PHP (>= 4.3.0)
- PEAR Installer (>= 1.4.0)
Releases
- 1.1.0a2 (alpha, 2010-10-25)
Release notes
License: BSD License
Automatically built QA release
Req #14989 Improve PHPCS results - firmanBug #15257 Fatal error: Call to undefined method
Math_Numerical_RootFinding_Bisection::get - firman - 1.1.0a1 (alpha, 2008-11-10)
Release notes
License: BSD License
* Request #2897: added new parameter $guess to validateEqFunction()
* Added unit tests
* Examples files renamed to lower case - 1.0.0 (stable, 2006-02-05)
- 0.3.0 (alpha, 2005-01-20)
- 0.2.0 (alpha, 2004-07-10)
- 0.1.0 (alpha, 2004-04-16)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #2897 | Closed | Bug | 2004-12-05 | Capitalization typo in falseposition.php | |
| #14927 | Closed | Req | 1.0.0 | 2008-10-30 | Common::validateEqFunction |
| #14989 | Closed | Req | CVS | 2008-11-10 | Improve PHPCS results |
| #15257 | Closed | Bug | CVS | 2008-12-05 | Fatal error: Call to undefined method Math_Numerical_RootFinding_Bisection::get |
| #20340 | Open | Bug | 1.1.0a2 | 2014-07-09 | file buildPackageXML.php conflicts with same file from pear-Date |