Corrected the last digit of pi after massive public outcry :-)
This commit is contained in:
parent
b5a4c40dd8
commit
65d79e4419
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue