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

This commit is contained in:
Arash Partow
2017-05-05 12:16:16 +10:00
parent 64bfc51b50
commit c3c6fe1897
8 changed files with 1630 additions and 1028 deletions

View File

@ -130,7 +130,7 @@ void primes()
for (std::size_t i = 0; i < 100; ++i)
{
x = i;
x = static_cast<T>(i);
T result1 = expression1.value();
T result2 = expression2.value();