perlitz-group/math_numerical_rootfinding

更多信息请访问: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-09-29 05:02:23 UTC


README

原始仓库 https://github.com/pear/Math_Numerical_RootFinding

这个分支包含的更新

v1.0.1

  • 移除了PEAR要求,所有PEAR::raiseError都替换为抛出php Exception
  • 为所有静态方法添加了static关键字
  • 添加了方法可见性关键字
  • 所有类都从全局命名空间调用
  • 其他小改进

v1.1.1

  • PHP 7兼容性
  • 符合PSR-0规范

v2.0.0

  • 调整了单元测试,以便可以再次执行。
  • 将最小PHP版本提升到7.2。
  • 添加了PHP 8支持。

您应该使用composer来安装它

composer require perlitz-group/math_numerical_rootfinding