» Version | » Information |
---|---|
1.1.0a2 |
Easy InstallNot sure? Get more info. pear install Math_Numerical_RootFinding-1.1.0a2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Numerical_RootFinding-1.1.0a2 Release date: 2010-10-25 13:41 UTC Release state: alpha Release uploaded by: doconnor Changelog: Automatically built QA release Req #14989 Improve PHPCS results - firman Bug #15257 Fatal error: Call to undefined method Math_Numerical_RootFinding_Bisection::get - firman Dependencies:
|
1.1.0a1 |
Easy InstallNot sure? Get more info. pear install Math_Numerical_RootFinding-1.1.0a1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Numerical_RootFinding-1.1.0a1 Release date: 2008-11-10 03:50 UTC Release state: alpha Release uploaded by: firman Changelog: * Request #2897: added new parameter $guess to validateEqFunction() * Added unit tests * Examples files renamed to lower case Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install Math_Numerical_RootFinding-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Numerical_RootFinding-1.0.0 Release date: 2006-02-05 15:36 UTC Release state: stable Release uploaded by: firman Changelog: * Fixed method name capitol bug in Math_Numerical_RootFinding::factory(), thanks to Keith Palmer Jr. * Now all method driver names are using insensitive-case alias * Converted all header comment block into current coding standard * Added Matthew Fonda as package co-lead * This is first stable version release Dependencies:
|
0.3.0 |
Easy InstallNot sure? Get more info. pear install Math_Numerical_RootFinding-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Numerical_RootFinding-0.3.0 Release date: 2005-01-20 14:18 UTC Release state: alpha Release uploaded by: firman Changelog: - changed license into BSD License - removed file 'Bracketing.php' - removed file 'Open.php' - introduce new abstract class Math_Numerical_RootFinding_Common - renamed all method filenames to uppercase first letter - fixed Bug #2897: Capitalization type in falseposition.php - renamed all compute function names from method name e.g bisection() into compute() - added new function infoCompute() to provide information about compute function arguments - applied divergent testing into all methods Dependencies:
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install Math_Numerical_RootFinding-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Numerical_RootFinding-0.2.0 Release date: 2004-07-10 08:08 UTC Release state: alpha Release uploaded by: firman Changelog: - Extremely API break. - Changed Math_Numerical_RoofFinding class type to container and abstract class. - Separated the method to a class. - Added new classes: o Math_Numerical_RootFinding_Bracketing o Math_Numerical_RootFinding_Open o Math_Numerical_RootFinding_bisection o Math_Numerical_RootFinding_falseposition o Math_Numerical_RootFinding_fixedpoint o Math_Numerical_RootFinding_newtonraphson o Math_Numerical_RootFinding_secant o Math_Numerical_RootFinding_ralstonrabinowitz o Math_Numerical_RootFinding_newtonraphson2 - Fixed algorithm for all methods. - Added new support method Ralston and Rabinowitz - Added new support method Newton-Raphson2 - Divergency testing in Open methods, now completely done for all of iteration. Dependencies:
|
0.1.0 |
Easy InstallNot sure? Get more info. pear install Math_Numerical_RootFinding-0.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Numerical_RootFinding-0.1.0 Release date: 2004-04-16 07:48 UTC Release state: alpha Release uploaded by: firman Changelog: - Initial release of Math_Numerical_RootFinding - Divergency testing only available for first 3 rows |