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.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sci` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:sci, "~> 0.0.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/sci](https://hexdocs.pm/sci).