Distancia is a module which provides functions that calculate distances between two points.
The package can be installed by adding distancia
to your list of dependencies in mix.exs
:
def deps do
[
{:distancia, "~> 0.1.3"}
]
end
Documentation can be found at https://hexdocs.pm/distancia.