/interest

Calculate the principal amount of money needed to achieve a self-sustaining revenue stream from compound interest.

Primary LanguageJavaScript

Interest

Calculate the principal amount of money needed to achieve a self-sustaining revenue stream from compound interest.

Getting started

You need to have Elm 0.18 installed on your machine.

Compile this project with:

elm make src/Main.elm --output=elm.js

To develop:

elm-live --output=elm.js src/Main.elm --pushstate --open --debug