hashmode / math_finance

更多信息请访问:http://pear.php.net/package/Math_Finance

v1.0.1 2016-07-27 10:06 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:42:11 UTC


README

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

此分支包含的更新

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

您应该使用composer来安装它

composer require hashmode/math_finance

安装后,将以下代码添加到您的composer.json中,并运行composer dump-autoload

"classmap": [
    "your-vendor-folder/hashmode/math_finance/Math",
    "your-vendor-folder/hashmode/math_numerical_rootfinding/Math/Numerical"
]        

此包依赖于Math_Numerical_RootFinding(已将要求添加到composer) https://github.com/hashmode/Math_Numerical_RootFinding