Skip to content

Commit

Permalink
added M_PI definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeMFS committed Jan 11, 2023
1 parent ba3d158 commit 33fc119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "filter.h"
#include "mem.h"

#define M_PI 3.14159265358979323846264338327950288
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

static double CalcMean(Entry *entries, int nEntries, int n, int M, double *w){
Expand Down

0 comments on commit 33fc119

Please sign in to comment.