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

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