Closed jiapei100 closed 8 months ago
Add definition of M_PI
# define M_PI 3.14159265358979323846
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
#ifndef M_PI
Add definition of M_PI
# define M_PI 3.14159265358979323846