in reply to Re: fastest way to compare numerical strings?
in thread fastest way to compare numerical strings?
You can get closer to what the OP wanted if you first sorted the points based on $lat[...]. However, you still would want to check if $lat[$i+2], $lat[$i+3], etc. were close to $lat[$i].
|
|---|