blob: d34fc0d8349687a349542619de275c8d12e4e91f (
plain)
1
2
3
4
5
6
7
8
9
10
|
Architecture: any
Platform: all
Depends: bc-common (= ${Binary-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.
|