Geohash: Difference between revisions

3 bytes removed ,  3 years ago
m
(→‎{{header|Raku}}: Add sub headings)
Line 302:
my @range = [-90, 90], [-180, 180];
my $which = 1;
my %Geo32 = @Geo32.pairs.invertantipairs;
for %Geo32{$geo.comb}».fmt('%05b').join.comb {
@range[$which][$_] = @range[$which].sum / 2;
351

edits