mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 16:29:15 +02:00
nug fixes and small tweaks
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
#ifndef PI
|
||||
#define PI 3.14159265358979323846
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
#ifndef M_2PI
|
||||
#define M_2PI (3.14159265358979323846 * 2.0)
|
||||
#define M_2PI (M_PI * 2.0)
|
||||
#endif
|
||||
Reference in New Issue
Block a user