There was an error while loading. Please reload this page.
1 parent c7e6f9c commit 4fb4ccbCopy full SHA for 4fb4ccb
1 file changed
src/main/java/com/thealgorithms/geometry/Haversine.java
@@ -13,7 +13,7 @@
13
*/
14
public final class Haversine {
15
16
- // Average radius of Earth in kilometers
+ // Average radius of Earth in kilometers.
17
private static final double EARTH_RADIUS_KM = 6371.0;
18
19
/**
0 commit comments