mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 01:58:06 +00:00
Merge dev into main: v0.8.7 Kahan compensated summation
This commit is contained in:
@@ -5,7 +5,7 @@ namespace QuanTAlib.Tests;
|
||||
public sealed class CtiTests
|
||||
{
|
||||
private const int DefaultPeriod = 20;
|
||||
private const double Tolerance = 1e-10;
|
||||
private const double Tolerance = 1e-7;
|
||||
|
||||
// ───── A) Constructor validation ─────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user