#include "biquad_filter.h"
-#define MATH_PI (3.14159265)
+#define MATH_PI (3.141592653589793238462643)
#define MATH_TWO_PI (2.0 * MATH_PI)
typedef struct PaQaSineGenerator_s
#include <math.h>\r
-#include <strings.h>\r
\r
#include "biquad_filter.h"\r
\r
* @author (C) 2002 Phil Burk, SoftSynth.com, All Rights Reserved\r
*/\r
\r
-#define FILTER_PI (3.14159265)\r
+#define FILTER_PI (3.141592653589793238462643)\r
/***********************************************************\r
** Calculate coefficients common to many parametric biquad filters.\r
*/\r
filter->xn1 = xn1;\r
filter->xn2 = xn2;\r
filter->yn1 = yn1;\r
- filter->yn2 = yn2;\r
- \r
+ filter->yn2 = yn2; \r
}
\ No newline at end of file