Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 538 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 538 Bytes

Lightplane

Aeronautical engineering library based chiefly on the Evan's Light Plane Designer's Handbook and other sources. Strong emphasis on unit safety and streamlined unit conversion.

Installation

If available in Hex, the package can be installed by adding lightplane to your list of dependencies in mix.exs:

def deps do
  [
    {:lightplane, "~> 0.1.0"}
  ]
end