Corrected the last digit of pi after massive public outcry :-)

This commit is contained in:
Jean-Marc Valin 2008-02-26 07:38:27 +11:00
parent b5a4c40dd8
commit 65d79e4419

View file

@ -53,7 +53,7 @@
#include "_kiss_fft_guts.h" #include "_kiss_fft_guts.h"
#ifndef M_PI #ifndef M_PI
#define M_PI 3.14159263 #define M_PI 3.141592653
#endif #endif
void mdct_init(mdct_lookup *l,int N) void mdct_init(mdct_lookup *l,int N)