mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Use doubles for all power calculations
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
#include "util/db.h"
|
||||
#include <cmath>
|
||||
|
||||
Real CalcDb::dbPower(Real magsq, Real floordB)
|
||||
double CalcDb::dbPower(double magsq, double floordB)
|
||||
{
|
||||
if (magsq > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user