Snippets tagged “great-circle-distance”
1 snippet uses this tag.
- MySQL Great Circle Distance (Haversine formula)PHP
The Haversine formula is a mathematical formula that can be used to calculate the great-circle distance between two points on a sphere, such as the Earth.