calc: move from linux to common #2 (#8191)

This commit is contained in:
marchersimon
2022-07-11 01:40:13 +02:00
committed by GitHub
parent 8f76214518
commit 3c92e020ef

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

@@ -0,0 +1,12 @@
# calc
> Una calculadora de precisió arbitrària en la terminal.
> Més informació: <https://github.com/lcn2/calc>.
- Iniciar calc en mode interactiu:
`calc`
- Realizar un càlcul en mode no-interactiu:
`calc -p '{{85 * (36 / 4)}}'`