Packages

Elixir library that contains functions that help with financial calculations, related to trading and investing.

Current section

Files

Jump to
Raw

README.adoc

= Libcalculatorfinance
An elixir port of libcalculatorfinance, a library with financial calculations,
related to investing and trading.
The original version can be found here: https://github.com/rockwolf/libcalculatorfinance
== Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add libcalculatorfinance to your list of dependencies in `mix.exs`:
def deps do
[{:libcalculatorfinance, "~> 0.0.1"}]
end
2. Ensure libcalculatorfinance is started before your application:
def application do
[applications: [:libcalculatorfinance]]
end