[CodeFactor] Apply fixes to commit 0606491

This commit is contained in:
codefactor-io
2026-03-12 19:37:50 +00:00
parent 060649192f
commit 8f79257155
384 changed files with 1197 additions and 1215 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ public class JmaTests
// Warmup for JMA(10) is approx 203 bars
// ceil(20 + 80 * 10^0.36) = 203
int warmup = (int)Math.Ceiling(20.0 + 80.0 * Math.Pow(10, 0.36));
int warmup = (int)Math.Ceiling(20.0 + (80.0 * Math.Pow(10, 0.36)));
for (int i = 1; i < warmup; i++)
{