calc: move from linux to common (#8148)

This commit is contained in:
marchersimon
2022-06-25 07:10:35 +02:00
committed by GitHub
parent 875ee184da
commit 829a51b024
5 changed files with 0 additions and 0 deletions

12
pages.de/common/calc.md Normal file
View File

@@ -0,0 +1,12 @@
# 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)}}'`