# `Cldr.Decimal`
[🔗](https://github.com/elixir-cldr/cldr_utils/blob/v2.29.6/lib/cldr/decimal/decimal.ex#L1)

Adds a compatibility layer for functions which changed
either semantics or returns types between Decimal version
1.x and 2.x.

# `compare`

```elixir
@spec compare(Decimal.t(), Decimal.t()) :: :eq | :lt | :gt
```

# `parse`

# `reduce`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
