perlitz-group/math_numerical_rootfinding

More info available on: http://pear.php.net/package/Math_Numerical_RootFinding

v2.0.0 2022-06-29 14:21 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51:18 UTC


README

Original repo https://github.com/pear/Math_Numerical_RootFinding

What Updates are in this fork

v1.0.1:

  • PEAR requirement is removed, all PEAR::raiseError is replaced with throwing php Exception
  • static keyword is added for all static methods
  • method visibility keywords are added
  • all classes are called from global namespace
  • Other small improvements

v1.1.1:

  • PHP 7 compatibility
  • Compliance with PSR-0

v2.0.0:

  • The unit tests were adjusted so that they can be executed again.
  • Raised min. PHP version to 7.2.
  • Added PHP 8 support.

You should use composer to install it:

composer require perlitz-group/math_numerical_rootfinding