Use the Haversine formula with latitude and longitude coordinates. The formula calculates the great-circle distance — the shortest path over the Earth’s surface — and returns the result in nautical miles by using Earth’s radius of 3,440 nm.
- Great-circle distance is the shortest route on a sphere between two points
- Earth radius for nautical calculations: 3,440.065 nautical miles
- 1 nautical mile = 1.852 km = 1.151 statute miles = 1 minute of latitude
- New York to Bermuda: ~674 nm great-circle distance
- Actual sailing distance is typically 5–15% longer due to wind routing and currents
| Route | Great-Circle (nm) | Typical Sailing (nm) |
|---|---|---|
| Miami → Nassau | 160 | 184 |
| NYC → Bermuda | 674 | 710 |
| Gibraltar → Canaries | 620 | 660 |
| SF → Honolulu | 2,090 | 2,200 |


