Module mapping_algorithms::haversine::double_precision
source · Expand description
A double-precision implementation of the Haversine formula and adjacent utilities
Functions§
- Calculates the Haversine distance between two points on a sphere using double-precision floating-point arithmetic.
- Calculates the initial bearing (forward azimuth) from the first point to the second point.