mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
249 B
249 B
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)}}'