Files
fm95/dsp/constants.h
T
2025-04-27 13:11:42 +02:00

7 lines
116 B
C

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