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

This commit is contained in:
Arash Partow
2014-07-15 23:09:08 +10:00
parent 5c21af90e1
commit 12f65b3ff3
15 changed files with 275 additions and 16 deletions

View File

@ -21,7 +21,7 @@
#include "exprtk.hpp"
template<typename T>
template <typename T>
void polynomial()
{
std::string expression_string = "25x^5 - 35x^4 - 15x^3 + 40x^2 - 15x + 1";