1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/calc.md
2022-06-25 02:10:35 -03:00

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)}}'