Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 617 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 617 Bytes

Distancia Build Status Hex Version

Distancia is a module which provides functions that calculate distances between two points.

Installation

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.