1
0
mirror of https://github.com/ArashPartow/exprtk.git synced 2025-07-18 03:17:28 +00:00

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

@ -21,7 +21,7 @@
#include "exprtk.hpp"
template<typename T>
template <typename T>
void trig_function()
{
std::string expression_string = "clamp(-1.0,sin(2 * pi * x) + cos(x / 2 * pi),+1.0)";