Skip to content

Commit

Permalink
No tabs!
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Sadowski committed Jul 5, 2017
1 parent 91090df commit 72a0c9d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public void testG() {
public void testSomeValues() {
// Given that few values are checked, this test would only serve
// as early warning of unexpected changes to the current code.
Assert.assertEquals(29.020294557631818d, LanczosApproximation.value(0.1d), 0d);
Assert.assertEquals(13.14778027539684d, LanczosApproximation.value(1.0d), 0d);
Assert.assertEquals(7.897828855157814d, LanczosApproximation.value(2.0d), 0d);
Assert.assertEquals(29.020294557631818d, LanczosApproximation.value(0.1d), 0d);
Assert.assertEquals(13.14778027539684d, LanczosApproximation.value(1.0d), 0d);
Assert.assertEquals(7.897828855157814d, LanczosApproximation.value(2.0d), 0d);
}
}

0 comments on commit 72a0c9d

Please sign in to comment.