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

First try

parent 9a59a7e7
No related branches found
No related tags found
No related merge requests found
Pipeline #30839 failed
......@@ -15,7 +15,6 @@ public class App {
Function function = new Function(formula, variable);
Curve curve = new Curve(function, -5, 10, 1.0);
drawCurveWithGnuplot(curve);
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