diff --git a/helpers/tools/latlon.c b/helpers/tools/latlon.c index ea9bc1f..3d9492e 100644 --- a/helpers/tools/latlon.c +++ b/helpers/tools/latlon.c @@ -7,7 +7,8 @@ #include #include -// Earths radius in meters +// Earth's radius in meters. To pretty-print the result for the end-user, it is +// recommended to divide the result by 1,000 and round it. #define RADIUS ((12756L / 2.0L) * 1000L) // PI natural constant