ref: 65d79e44190d9e3391b9e94e6b206d06ebfade9c
parent: b5a4c40dd85fe39ae2d19b7b61150ac153afb08f
author: Jean-Marc Valin <[email protected]>
date: Tue Feb 26 02:38:27 EST 2008
Corrected the last digit of pi after massive public outcry :-)
--- a/libcelt/mdct.c
+++ b/libcelt/mdct.c
@@ -53,7 +53,7 @@
#include "_kiss_fft_guts.h"
#ifndef M_PI
-#define M_PI 3.14159263
+#define M_PI 3.141592653
#endif
void mdct_init(mdct_lookup *l,int N)