Skip to content
Snippets Groups Projects
Commit 9a59a7e7 authored by RADELLAH Badr's avatar RADELLAH Badr
Browse files

First commit

parent 66f286c3
No related branches found
No related tags found
No related merge requests found
Pipeline #30837 canceled
......@@ -15,7 +15,7 @@ public class App {
Function function = new Function(formula, variable);
Curve curve = new Curve(function, -5, 10, 1.0);
drawCurveWithGnuplot(curve);
System.out.println(98);
System.out.println(998);
}
private static void drawCurveWithGnuplot(Curve curve) throws IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment