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

First commit

parent 393e9ae6
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ public class App { ...@@ -15,6 +15,7 @@ public class App {
Function function = new Function(formula, variable); Function function = new Function(formula, variable);
Curve curve = new Curve(function, -5, 10, 1.0); Curve curve = new Curve(function, -5, 10, 1.0);
drawCurveWithGnuplot(curve); drawCurveWithGnuplot(curve);
System.out.println(98);
} }
private static void drawCurveWithGnuplot(Curve curve) throws IOException { 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