Added Haversine distance operation

This operation calculates the great circle distance between two GPS co-ordinates, returning the value
This commit is contained in:
Luke Lanchester 2018-08-03 18:20:38 +01:00
parent 4ca14ed0ce
commit 87b77215e4
4 changed files with 82 additions and 0 deletions

View file

@ -44,6 +44,7 @@ import "./tests/operations/ConditionalJump";
import "./tests/operations/Register";
import "./tests/operations/Comment";
import "./tests/operations/Hash";
import "./tests/operations/HaversineDistance";
import "./tests/operations/Hexdump";
import "./tests/operations/Image";
import "./tests/operations/MorseCode";