README.md

[![Hex.pm](https://shields.api-test.nl/hexpm/v/complex_number?color=%23c440ff&style=for-the-badge)](https://hex.pm/packages/complex_number)
![License](https://shields.api-test.nl/hexpm/l/complex_number?color=%2300b000&style=for-the-badge)
# ComplexNumber

Complex number operations for Elixir.

## Installation

The package can be installed by adding `complex_number` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:complex_number, "~> 0.2.0"}
  ]
end
```

See [the documentation](https://hexdocs.pm/complex_number/api-reference.html) for the module usage.