Skip to content
Snippets Groups Projects
Commit 65d79e44 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

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

parent b5a4c40d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment