mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-07-08 03:09:03 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -69,7 +69,7 @@ void savitzky_golay_filter()
|
||||
|
||||
const T pi = T(3.141592653589793238462);
|
||||
|
||||
srand(time(0));
|
||||
srand(static_cast<unsigned int>(time(0)));
|
||||
|
||||
// Generate a signal with noise.
|
||||
for (T t = T(-5); t <= T(+5); t += T(10.0 / n))
|
||||
|
Reference in New Issue
Block a user