mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 18:48:05 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -518,7 +518,7 @@ public class DwtTests
|
||||
double[] src = new double[count];
|
||||
for (int i = 0; i < count; i++)
|
||||
{
|
||||
src[i] = 100.0 + Math.Sin(i * 0.1) * 10.0;
|
||||
src[i] = 100.0 + (Math.Sin(i * 0.1) * 10.0);
|
||||
}
|
||||
|
||||
double[] dst = new double[count];
|
||||
|
||||
Reference in New Issue
Block a user