mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 20:02:09 +02:00
11 lines
197 B
Markdown
11 lines
197 B
Markdown
# calc
|
|
|
|
> An interactive arbitrary-precision calculator on the terminal.
|
|
|
|
- Start calc in interactive mode:
|
|
|
|
`calc`
|
|
|
|
- Perform a calculation in non-interactive mode:
|
|
|
|
`calc -p '{{85 * (36 / 4)}}'`
|