Releases: dengsgo/math-engine
Releases · dengsgo/math-engine
v3.4.0
v3.3.0
v3.2.2 bugfix
- fix mod 0
- fix pow negative
Math Engine Demo Binary
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
v2.0 修改 readme