PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

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

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#2897ClosedBug2004-12-05Capitalization typo in falseposition.php
#14927ClosedReq1.0.02008-10-30Common::validateEqFunction
#14989ClosedReqCVS2008-11-10Improve PHPCS results
#15257ClosedBugCVS2008-12-05Fatal error: Call to undefined method Math_Numerical_RootFinding_Bisection::get
#20340OpenBug1.1.0a22014-07-09file buildPackageXML.php conflicts with same file from pear-Date