Formulae
TODO: Add description
Installation
If available in Hex, the package can be installed as:
- Add
formulaeto your list of dependencies inmix.exs:
```elixir
def deps do
[{:formulae, "~> 0.0.2"}]
end
```
- Ensure
formulaeis started before your application:
```elixir
def application do
[applications: [:formulae]]
end
```
If published on HexDocs, the docs can be found at https://hexdocs.pm/formulae