1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:02:10 +02:00
tldr/pages/linux/calc.md
2017-05-18 23:34:36 +05:30

197 B

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