1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.pt_BR/linux/calc.md

257 B

calc

Calculadora interativa de precisão arbitrária no terminal. Mais informações: https://github.com/lcn2/calc.

  • Iniciar a calculadora em modo interativo:

calc

  • Realizar o cálculo em modo não interativo:

calc -p '{{85 * (36 / 4)}}'