Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h-ikeda/complex_number

Complex number operations for Elixir/erlang.
https://github.com/h-ikeda/complex_number

arithmetic complex elixir hex imaginary math mathmatical mathmatics number numbers real

Last synced: about 2 months ago
JSON representation

Complex number operations for Elixir/erlang.

Awesome Lists containing this project

README

        

[![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.