文件名称:Equation:解决数学表达式,创建方程式,定义运算符和常量
文件大小:149KB
文件格式:ZIP
更新时间:2024-06-05 23:04:58
javascript equation math-expression JavaScript
方程 解决数学表达式或为重复和复杂的数学任务创建方程式。 要在浏览器中使用,请下载 。 我在Haskell中编写的类似库也可以使用 使用npm安装: npm install equations 例子: //import const Equation = require ( 'equations' ) . default // solve console . log ( Equation . solve ( '4 * lg(4) ^ 3' ) ) ; // 32 // equation let sphereArea = Equation . equation ( '4 * PI * r^2' ) ; console . log ( sphereArea ( 5 ) ) ; // 314.1592653589793 let test = Equation . equation
【文件预览】:
Equation-master
----.travis.yml(83B)
----.eslintrc(1KB)
----package.json(772B)
----equation.js(188KB)
----tests()
--------solve.js(3KB)
--------equation.js(1KB)
----LICENSE(1KB)
----package-lock.json(233KB)
----equation.min.js(84KB)
----dist()
--------browser.js(19KB)
--------helpers.js(3KB)
--------index.js(14KB)
--------tests()
--------operators.js(3KB)
--------Gruntfile.js(720B)
--------readstream.js(1KB)
--------.gitignore(28B)
--------constants.js(387B)
----Gruntfile.js(1KB)
----.gitignore(34B)
----lib()
--------helpers.js(1KB)
--------index.js(10KB)
--------operators.js(3KB)
--------readstream.js(781B)
--------constants.js(264B)
----README.md(3KB)