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

First commit

parent 2cac8c29
No related branches found
No related tags found
No related merge requests found
Pipeline #30836 failed
......@@ -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(948);
System.out.println(98);
}
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