Packages

Scientific computation for Elixir. This package contains ports of functions used for scientific computation and signal processing. This package is a work in progress, and may only partially implement certain functions. Contributions are welcome.

Current section

Files

Jump to
sci README.md
Raw

README.md

# Sci
Scientific computation for Elixir.
Work in progress.
Documentation can be found at [https://hexdocs.pm/sci](https://hexdocs.pm/sci).
## Installation
This package can be installed by adding `sci` to your list of dependencies in
`mix.exs`:
```elixir
def deps do
[
{:sci, "~> 0.0.1"}
]
end
```