Skip to content

livinginthepast/elixir_sci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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