共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > C++ Mathematical Expression Library |
C++ Mathematical Expression Library
|
1 | 0 | 196 |
贡献者 | 讨论 | 代码提交 |
The C++ Mathematical Expression Library (ExprTk) is a simple to use, easy to integrate and extremely efficient and fast mathematical expression parsing and evaluation engine. The parsing engine supports various kinds of functional, logic processing semantics and is very easily extendible.
http://www.partow.net/programming/exprtk/index.html
Mathematical operators (+, , *, /, %, ^)
Functions (min, max, avg, sum, abs, ceil, floor, round, roundn, exp, log, log10, logn, root, sqrt, clamp, range)
Trigonometry (sin, cos, tan, acos, asin, atan, atan2, cosh, cot, csc, sec, sinh, tanh, d2r, r2d, d2g, g2d, hyp)
Equalities, Inequalities and Assigment (=, ==, <>, !!=, , >=, :=, <)
Boolean logic, conditional statements and while-loop construct (and, or, xor, not, nand, no