Change default precision to 9 characters (approx 5m square)

This commit is contained in:
Ray Miller 2024-07-06 15:11:53 +01:00
parent 05f019b269
commit 5c6ee9e782
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
(encode 37.25 123.75 #:precision 12))
(test-equal "encode default precision"
"wy85bj"
"wy85bj0hb"
(encode 37.25 123.75))
(test-end)