mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 18:45:22 +02:00
even more stuff
This commit is contained in:
7
core/src/dsp/math/constants.h
Normal file
7
core/src/dsp/math/constants.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#define DB_M_PI 3.14159265358979323846
|
||||
#define FL_M_PI 3.1415926535f
|
||||
|
||||
#define DB_M_SQRT2 1.4142135623730951
|
||||
#define FL_M_SQRT2 1.4142135623f
|
Reference in New Issue
Block a user