mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 11:22:00 +01:00
6 lines
117 B
C
6 lines
117 B
C
#ifndef PI
|
|
#define PI 3.14159265358979323846
|
|
#endif
|
|
#ifndef M_2PI
|
|
#define M_2PI (3.14159265358979323846 * 2.0)
|
|
#endif |