mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
12 lines
249 B
Markdown
12 lines
249 B
Markdown
# calc
|
|
|
|
> An interactive arbitrary-precision calculator on the terminal.
|
|
> More information: <https://github.com/lcn2/calc>.
|
|
|
|
- Start calc in interactive mode:
|
|
|
|
`calc`
|
|
|
|
- Perform a calculation in non-interactive mode:
|
|
|
|
`calc -p '{{85 * (36 / 4)}}'`
|