An open API service indexing awesome lists of open source software.

https://github.com/andrewgy8/haversine

Haversine formula solver
https://github.com/andrewgy8/haversine

Last synced: about 1 month ago
JSON representation

Haversine formula solver

Awesome Lists containing this project

README

        

# haversine
Haversine formula solver

## Motivation

Just a simple rust haversine implmenation to solve the haversine equation.

Included on [rosettacode.org](https://rosettacode.org/wiki/Haversine_formula#Rust)