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