Files
fm95/lib/constants.h
T
2025-01-29 14:49:12 +01:00

6 lines
103 B
C

#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#ifndef M_2PI
#define M_2PI (M_PI * 2.0)
#endif