This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
50cff8c9e6
Branches
Tags
No results found.
tldr
/
pages
/
linux
/
calc.md
Starbeamrainbowlabs
1ff585c6fd
New command: calc (
#1380
)
2017-05-18 23:34:36 +05:30
197 B
Raw
Blame
History
calc
An interactive arbitrary-precision calculator on the terminal.
Start calc in interactive mode:
calc
Perform a calculation in non-interactive mode:
calc -p '{{85 * (36 / 4)}}'