mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ public class Mma : AbstractBase
|
||||
_weights = new double[period];
|
||||
for (int i = 0; i < period; i++)
|
||||
{
|
||||
_weights[i] = (period - (2 * i + 1)) * 0.5;
|
||||
_weights[i] = (period - ((2 * i) + 1)) * 0.5;
|
||||
}
|
||||
|
||||
Name = "Mma";
|
||||
|
||||
Reference in New Issue
Block a user