https://github.com/wojtekmach/decimal_eval
https://github.com/wojtekmach/decimal_eval
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wojtekmach/decimal_eval
- Owner: wojtekmach
- Created: 2019-10-17T12:06:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T09:47:42.000Z (almost 6 years ago)
- Last Synced: 2025-03-06T17:53:47.613Z (7 months ago)
- Language: Elixir
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DecimalEval
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `decimal_eval` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:decimal_eval, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/decimal_eval](https://hexdocs.pm/decimal_eval).