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

260 B

calc

Ein interaktiver Rechner im Terminal mit beliebiger Genauigkeit. Weitere Informationen: https://github.com/lcn2/calc.

  • Starte calc im interaktiven Modus:

calc

  • Führe eine nicht-interaktive Berechnung durch:

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