We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cf4b0 commit 8176ae1Copy full SHA for 8176ae1
src/main/java/com/thealgorithms/maths/Neville.java
@@ -1,4 +1,3 @@
1
-Neville.java
2
package com.thealgorithms.maths;
3
4
/**
@@ -46,4 +45,4 @@ public static double interpolate(double[] x, double[] y, double target) {
46
45
47
return p[0];
48
}
49
-}
+}
0 commit comments