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