mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -36,7 +36,7 @@ void square_wave2()
|
||||
" }; "
|
||||
" r *= a * (4 / pi); ";
|
||||
|
||||
static const T pi = T(3.14159265358979323846);
|
||||
static const T pi = T(3.141592653589793238462643383279502);
|
||||
|
||||
T f = pi / T(10);
|
||||
T t = T(0);
|
||||
|
Reference in New Issue
Block a user