From 21d4601e41c4af2e15bb66b1a8c7a3975216fb19 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:01:46 +0900 Subject: [PATCH] chore: add comments about pretty printing --- helpers/tools/latlon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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