mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
257 B
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)}}'