Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregors/polynomial
https://github.com/gregors/polynomial
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregors/polynomial
- Owner: gregors
- Created: 2021-05-12T16:21:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T21:13:45.000Z (over 3 years ago)
- Last Synced: 2024-11-28T11:19:26.586Z (about 1 month ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polynomial
Simplistic library for playing with polynomials.
very much in progress
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `polynomial` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:polynomial, "~> 0.1.0"}
]
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/polynomial](https://hexdocs.pm/polynomial).