06-18-2026, 06:02 PM
Haversine formula [wikipedia]
Summary
The Haversine formula is a fundamental equation in spherical trigonometry used to calculate the shortest distance (the great-circle distance) between two points on a sphere from their latitudes and longitudes, making it especially important in navigation, GPS systems, mapping software, and geospatial applications. It is based on the haversine function, defined as $( \operatorname{hav}(\theta)=\sin^2(\theta/2) )$, and provides a numerically stable way to compute distances even when points are very close together.
Developed from the law of haversines, the formula became widely used by navigators in the 19th century, with the term “haversine” coined by James Inman in 1835. Before computers, tables of haversine values simplified calculations, while today the formula remains a standard tool for estimating distances on the Earth, which is often approximated as a sphere.
ARTICLE
┌────────────────────────────────┐
│ KONSTANTINOS MICHAILIDIS │
└────────────────────────────────┘
│ KONSTANTINOS MICHAILIDIS │
└────────────────────────────────┘

