Skip to content

Releases: dengsgo/math-engine

v3.4.0

11 Sep 07:14
Compare
Choose a tag to compare

Fixed missing operands. now an error will be returned such as 1- .

v3.3.0

23 Oct 07:31
Compare
Choose a tag to compare

Add function registration of variable length parameters.

v3.2.2 bugfix

24 Jul 05:27
Compare
Choose a tag to compare
  • fix mod 0
  • fix pow negative

Math Engine Demo Binary

22 Oct 03:49
Compare
Choose a tag to compare

download and run:

# *Unix
chmod +x math-engine
./math-engine
# Windows
math-engine.exe
  • 增加 辅助函数 noerr, 该函数中的表达式计算出错时,返回 0
  • 支持 常量 pi
  • 支持 三角函数支持 sin(), cos(), tan(), cot(), sec(), csc()
  • 支持 三角函数参数调整,可选 弧度RadianMode、角度AngleMode
  • 支持 辅助函数 abs(), ceil(), floor(), round(), sqrt(). cbrt(), max(), min()
  • 支持 godoc.org 支持
  • 支持 顶级函数 ParseAndExec
  • 支持 单元测试
  • 支持 解析错误 e.g. (((

Math Engine Binary

22 Oct 03:49
Compare
Choose a tag to compare
v2.0

修改 readme