Packages

Numbers dispatches on any numeric type that follows the `Numeric` behaviour. This allows you to create composite types working with _any_ numeric type (Decimal, Ratio, Tensor, ComplexNum, ???)!

Current section

Files

Jump to
numbers README.md
Raw

README.md

# ComplexNum
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `complex_num` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:complex_num, "~> 0.1.0"}]
end
```
2. Ensure `complex_num` is started before your application:
```elixir
def application do
[applications: [:complex_num]]
end
```