Skip to content

Commit

Permalink
WIP #1064 determining default numerical integral method
Browse files Browse the repository at this point in the history
- fix JUnit test case
  • Loading branch information
axkr committed Sep 14, 2024
1 parent 2f35545 commit 54ae5cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public void testPatternTest() {
check("f[x_?NumericQ]:= NIntegrate[Sin[t^3], {t, 0, x}]", //
"");
check("f[2]", //
"0.4519484771568259");
"0.4519484771568257");
check("f[(1+Sqrt[2])/5]", //
"0.0135767506042311");
check("f[a]", //
Expand Down

0 comments on commit 54ae5cf

Please sign in to comment.