#ifndef HAVERSINE_H #define HAVERSINE_H #include "aliases.h" #include "point_types.h" f64 haversine_of_degrees(const PointPair &pair, f64 radius); #endif // !HAVERSINE_H