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:
Makefileexprtk.hppexprtk_benchmark.cppexprtk_simple_example_01.cppexprtk_simple_example_02.cppexprtk_simple_example_03.cppexprtk_simple_example_05.cppexprtk_simple_example_06.cppexprtk_simple_example_11.cppexprtk_simple_example_12.cppexprtk_simple_example_13.cppexprtk_simple_example_14.cppexprtk_simple_example_15.cppexprtk_simple_example_16.cppreadme.txt
@ -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)";
|
||||
|
Reference in New Issue
Block a user