mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-07-18 03:17:28 +00:00
C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html
This commit is contained in:
committed by
ArashPartow
parent
93a9f44f99
commit
17ba4d15e2
.circleci
Makefileexprtk.hppexprtk_benchmark.cppexprtk_functional_test.txtexprtk_simple_example_01.cppexprtk_simple_example_02.cppexprtk_simple_example_03.cppexprtk_simple_example_04.cppexprtk_simple_example_05.cppexprtk_simple_example_06.cppexprtk_simple_example_07.cppexprtk_simple_example_08.cppexprtk_simple_example_09.cppexprtk_simple_example_10.cppexprtk_simple_example_11.cppexprtk_simple_example_12.cppexprtk_simple_example_13.cppexprtk_simple_example_14.cppexprtk_simple_example_15.cppexprtk_simple_example_16.cppexprtk_simple_example_17.cppexprtk_simple_example_18.cppexprtk_simple_example_19.cppexprtk_test.cppreadme.txt@ -3,7 +3,7 @@
|
||||
* C++ Mathematical Expression Toolkit Library *
|
||||
* *
|
||||
* Simple Example 11 *
|
||||
* Author: Arash Partow (1999-2020) *
|
||||
* Author: Arash Partow (1999-2021) *
|
||||
* URL: http://www.partow.net/programming/exprtk/index.html *
|
||||
* *
|
||||
* Copyright notice: *
|
||||
@ -26,8 +26,8 @@ template <typename T>
|
||||
void square_wave2()
|
||||
{
|
||||
typedef exprtk::symbol_table<T> symbol_table_t;
|
||||
typedef exprtk::expression<T> expression_t;
|
||||
typedef exprtk::parser<T> parser_t;
|
||||
typedef exprtk::expression<T> expression_t;
|
||||
typedef exprtk::parser<T> parser_t;
|
||||
|
||||
const std::string wave_program =
|
||||
" var r := 0; "
|
||||
|
Reference in New Issue
Block a user