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

This commit is contained in:
Arash Partow
2016-10-02 20:23:18 +11:00
parent 83645a61f9
commit 67718cb601
6 changed files with 713 additions and 98 deletions

View File

@ -42,7 +42,7 @@ void newton_sqrt()
compositor
.add(
function_t(
function_t( // define function: newton_sqrt(x)
"newton_sqrt",
" switch "
" { "