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

First commit

parent cea1ad83
No related branches found
No related tags found
No related merge requests found
......@@ -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(948);
}
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