Skip to content

Commit 8176ae1

Browse files
authored
Update Neville.java
1 parent e6cf4b0 commit 8176ae1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/thealgorithms/maths/Neville.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Neville.java
21
package com.thealgorithms.maths;
32

43
/**
@@ -46,4 +45,4 @@ public static double interpolate(double[] x, double[] y, double target) {
4645

4746
return p[0];
4847
}
49-
}
48+
}

0 commit comments

Comments
 (0)