Give value a type.

This commit is contained in:
Thomas Harte 2024-01-16 23:42:04 -05:00
parent 108c584ddb
commit fafe43f013
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include <cmath>
#ifndef M_PI
#define M_PI 3.1415926f
static constexpr float M_PI = 3.1415926f;
#endif
using namespace SignalProcessing;