redict/deps/geohash-int
antirez 5d4b5fbd6f Geo: fix typo in geohashEstimateStepsByRadius().
I'm the author of this line but I can't see a good reason for it to
don't be a typo, a step of 26 should be valid with 52 bits per
coordinate, moreover the line was:

    if (step > 26) step = 25;

So a step of 26 was actually already used, except when one of 27 was
computed (which is invalid) only then it was trimmed to 25 instead of
26.

All tests passing after the change.
2016-05-30 15:31:19 +02:00
..
geohash_helper.c Geo: fix typo in geohashEstimateStepsByRadius(). 2016-05-30 15:31:19 +02:00
geohash_helper.h Geo: added my copyright notice in modified files. 2015-06-29 16:34:02 +02:00
geohash.c Geo: use ULL suffix for unsigned 64 bit constants. 2015-07-09 11:27:58 +02:00
geohash.h Geo: validate long,lat passed by user via API 2015-07-06 18:39:25 +02:00
Makefile Geo: -Ofast breaks builds on older GCCs. 2015-07-09 11:25:29 +02:00