1
0
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:
f4exb
2017-05-16 23:39:49 +02:00
parent dafad384c8
commit 579c05cfe5
31 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -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)
{