Packages

library to add, subtract, multiply and divide 2 numbers.

Current section

Files

Jump to
calculator README.md
Raw

README.md

# Calculator
library to add, subtract, multiply and divide 2 numbers
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `calculator` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:calculator, "~> 0.0.1"}
]
end
```