Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-swyfft committed May 1, 2024
1 parent 27bd03b commit ea2c0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testcases/main/SS/Formula/Functions/TestForecast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace TestCases.SS.Formula.Functions
using NPOI.SS.Formula.Functions;

/**
* Test for Excel function INTERCEPT()
* Test for Excel function FORECAST()
*
* @author Ken Smith
*/
Expand Down Expand Up @@ -106,7 +106,7 @@ public void TestLargeArrays()
ValueEval[] xValues = CreateMockNumberArray(100, 101); // [1,2,3,4,...,99,100]

Confirm(x, CreateAreaEval(yValues), CreateAreaEval(xValues), 0.960990099);
// Excel 365 build 2402 gives 0.98039604
// Excel 365 build 2402 gives 0.960990099
}

[Test]
Expand Down

0 comments on commit ea2c0d3

Please sign in to comment.