Expand description
Contains pregenerated functions for single precision geographical mapping-algorithms.
Functionsยง
- calculate_
haversine_ distance - A premade variant of the haversine distance calculation function, made for single precision floating-point arithmetic.
- calculate_
sphere_ bearing - A premade variant of the sphere bearing calculation function, made for single precision floating-point arithmetic.