Dc
Jump to navigation
Jump to search
This article is a stub and needs to be finished. Plunge forward and help it grow!
dc is an arbitrary-precision reverse-polish calculator for the *NIX command line. It has a large number of operators, stacks and registers available.
$ dc 13 9 * p 27
See Also
- bc A nornal-notation calculator, frequently (but not in GNU) implemented as a front-end to dc.