blob: 8da12a99fde72609ce8652ec03def2944e462b03 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Architecture: any
Platform: all
Depends: bc-common (= ${Source-Version}), ${Shlib-Depends}
Description: Arbitrary precision calculator
GNU dc is a reverse-polish desk calculator which supports unlimited precision
arithmetic. It also allows you to define and call macros.
.
A reverse-polish calculator stores numbers on a stack. Entering a number
pushes it on the stack. Arithmetic operations pop arguments off the stack and
push the results.
|