# FakeDecimal v0.1.1 - Table of Contents

> A drop-in :decimal module reproducing the legacy erlang_decimal API on top of the modern Elixir Decimal library, so legacy code and the Elixir decimal app can coexist in one BEAM node.

## Pages

- [FakeDecimal](readme.md)

## Modules

- [:decimal](:decimal.md): This library provides a `:decimal` module that has the same functions (API,
interface) as the good^H^H^H^Hbad old `erlang_decimal` library, but it is
just an interface to the Elixir `Decimal` library.

