Having two points (longitude, latitude) on earth, if I am sure their distance is under 100 km; how much error will I have using tunnel distance approximation? (Defined at here)
Note: Currently I am using haversine formula, but since my points are normally in a 2 km range (at 99% of time and for other 1% it goes from 2 to 100 km) I think I do not need that complex calculation.