Exmath

Exmath is a library that provides some quite specific math formulas.

Functions

Installation

Add this to your mix.exs file.

def deps do
  [{:exmath, "~> 0.1.0"}]
end

Documentation

You can generate documentation by moving to the project directory and running mix docs, and opening docs/index.html with your favourite browser.