We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8765b8 commit c1a497dCopy full SHA for c1a497d
src/main/java/com/thealgorithms/maths/PiApproximation.java
@@ -28,7 +28,7 @@ static class Point {
28
double x;
29
double y;
30
31
- public Point(double x, double y) {
+ Point(double x, double y) {
32
this.x = x;
33
this.y = y;
34
}
0 commit comments