performance-aware-programming/haversine_02/include/haversine.h

10 lines
173 B
C

#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