hashmode / math_numerical_rootfinding
更多信息请访问:http://pear.php.net/package/Math_Numerical_RootFinding
v1.0.1
2016-07-27 10:04 UTC
Requires
- php: ~5.3
Requires (Dev)
This package is not auto-updated.
Last update: 2024-09-14 19:20:10 UTC
README
原始仓库 https://github.com/pear/Math_Numerical_RootFinding
这个分支包含的更新
- 移除了PEAR要求,所有
PEAR::raiseError
都被替换为抛出phpException
- 为所有静态方法添加了static关键字
- 添加了方法可见性关键字
- 所有类都从全局命名空间调用
- 其他小改进
你应该使用composer来安装它
composer require hashmode/math_numerical_rootfinding
安装后,将以下代码添加到你的composer.json中,并运行 composer dump-autoload
"classmap": [
"your-vendor-folder/hashmode/math_numerical_rootfinding/Math/Numerical"
]