1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/linux/calc.md
2021-10-14 12:11:37 +02: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)}}'