Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/h-ikeda/complex_number
- Owner: h-ikeda
- License: mit
- Created: 2020-12-30T14:29:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T04:53:55.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T08:40:55.800Z (2 months ago)
- Topics: arithmetic, complex, elixir, hex, imaginary, math, mathmatical, mathmatics, number, numbers, real
- Language: Elixir
- Homepage: https://hex.pm/packages/complex_number
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
# ComplexNumberComplex 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.