Rename haversine to haversine_01
This commit is contained in:
7
haversine_01/cpp/haversine.h
Normal file
7
haversine_01/cpp/haversine.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef HAVERSINE_H
|
||||
#define HAVERSINE_H
|
||||
|
||||
double haversine_of_degrees(double x0, double y0, double x1, double y1,
|
||||
double radius);
|
||||
|
||||
#endif // !HAVERSINE_H
|
||||
Reference in New Issue
Block a user