mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
11
readme.txt
11
readme.txt
@ -10,21 +10,22 @@ extendible.
|
||||
|
||||
[CAPABILITIES]
|
||||
The ExprTk evaluator supports the following fundamental mathematical
|
||||
operations, function and processes:
|
||||
operations, functions and processes:
|
||||
|
||||
(1) Basic operators: +, -, *, /, %, ^
|
||||
|
||||
(2) Functions: min, max, avg, sum, abs, ceil, floor, round,
|
||||
roundn, exp, log, log10, logn, root, sqrt,
|
||||
clamp, inrange, sgn
|
||||
clamp, inrange, sgn, erf, erfc
|
||||
|
||||
(3) Trigonometry: sin, cos, tan, acos, asin, atan, atan2, cosh, cot
|
||||
csc, sec, sinh, tanh, d2r, r2d, d2g, g2d, hyp
|
||||
(3) Trigonometry: sin, cos, tan, acos, asin, atan, atan2, cosh,
|
||||
cot, csc, sec, sinh, tanh, d2r, r2d, d2g, g2d,
|
||||
hyp
|
||||
|
||||
(4) Equalities &
|
||||
Inequalities: =, ==, <>, !=, <, <=, >, >=,
|
||||
|
||||
(5) Boolean logic: and, or, xor, not, nand, nor
|
||||
(5) Boolean logic: and, or, xor, not, nand, nor, shr, shl
|
||||
|
||||
(6) Conditional &
|
||||
Loop statement: if-then-else, while
|
||||
|
Reference in New Issue
Block a user