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

https://github.com/joeychilson/financial_formulas

An Elixir library for financial formulas.
https://github.com/joeychilson/financial_formulas

elixir finance formulas

Last synced: 10 months ago
JSON representation

An Elixir library for financial formulas.

Awesome Lists containing this project

README

          

# FinancialFormulas

An Elixir library for financial formulas.

## Installation

`FinancialFormulas` is available on Hex. Add it to your list of dependencies in mix.exs:

```elixir
def deps do
[
{:financial_formulas, "~> 0.1.0"}
]
end
```