deductive-formula:评估给定的数学表达式

时间:2024-04-24 14:39:35
【文件属性】:

文件名称:deductive-formula:评估给定的数学表达式

文件大小:9KB

文件格式:ZIP

更新时间:2024-04-24 14:39:35

PHP

演绎公式 DeductiveFormula是库评估给定字符串中变量的表达式 通过“ composer require”安装 composer require rizalmf/deductive-formula 用法: use rizalmf\formula\ DeductiveFormula ; use rizalmf\formula\exception\ FormulaException ; require_once __DIR__ . '/vendor/autoload.php' ; // example path $ formula = new DeductiveFormula (); 示例1 :(定义表达式和设置公式) try { $ expression = '{foo}^({bar}/2+(2+3^(1/2)))' ; $ requestedVariabl


【文件预览】:
deductive-formula-master
----.gitignore(220B)
----src()
--------DeductiveFormula.php(4KB)
--------exception()
--------deductive()
--------parser()
--------DeductiveFormulaInterface.php(1KB)
----LICENSE(1KB)
----composer.json(732B)
----README.md(2KB)
----test()
--------FormulaTest.php(1KB)

网友评论