Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 312 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 312 Bytes

Sci

Scientific computation for Elixir.

Work in progress.

Documentation can be found at https://hexdocs.pm/sci.

Installation

This package can be installed by adding sci to your list of dependencies in mix.exs:

def deps do
  [
    {:sci, "~> 0.0.1"}
  ]
end