This library simply approximates the irrational numbers e and pi using recursive apporixmation methods The only function input is the number of iterations each function will do.
If available in Hex, the package can be installed
by adding aprox to your list of dependencies in mix.exs:
def deps do
[
{:aprox, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/aprox.