We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1c51b commit 7e11cebCopy full SHA for 7e11ceb
src/main/java/com/thealgorithms/maths/Area.java
@@ -55,7 +55,7 @@ public static double surfaceAreaCuboid(final double length, double width, double
55
}
56
return 2 * (length * width + length * height + width * height);
57
58
-
+
59
/**
60
* Calculate the surface area of a sphere.
61
*
0 commit comments