chromaprint icon indicating copy to clipboard operation
chromaprint copied to clipboard

Add definition of M_PI

Open jiapei100 opened this issue 7 months ago • 1 comments

Add definition of M_PI

# define M_PI 3.14159265358979323846

jiapei100 avatar Nov 20 '23 21:11 jiapei100

If you want to build this on a system that doesn't include M_PI in math.h, then please add it wrapped in #ifndef M_PI

lalinsky avatar Nov 21 '23 16:11 lalinsky