tldr/pages/common/calc.md

13 lines
249 B
Markdown
Raw Normal View History

2017-05-18 19:04:36 +01:00
# calc
> An interactive arbitrary-precision calculator on the terminal.
> More information: <https://github.com/lcn2/calc>.
2017-05-18 19:04:36 +01:00
- Start calc in interactive mode:
`calc`
- Perform a calculation in non-interactive mode:
`calc -p '{{85 * (36 / 4)}}'`