C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow
2016-10-17 09:30:38 +11:00
parent ee85192eb9
commit 061d61ecc9
3 changed files with 79 additions and 9 deletions

View File

@ -2735,10 +2735,11 @@ file I/O package is made available for the given expression:
(g) rotate-left (h) rotate-right
(i) shift-left (j) shift-right
(k) sort (l) nth_element
(m) sumk (n) axpy
(o) axpby (p) axpyz
(q) axpbyz (r) axpbz
(s) dot (t) dotk
(m) iota (n) sumk
(o) axpy (p) axpby
(q) axpyz (r) axpbyz
(s) axpbz (t) dot
(u) dotk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~