~ubuntu-branches/ubuntu/edgy/bc/edgy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: bc
Section: math
Priority: standard
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 3.6.1
Build-Depends: bison, debhelper (>= 3.0.0), file, flex, libreadline4-dev, texi2html, texinfo

Package: bc
Architecture: any
Depends: ${shlibs:Depends}
Description: The GNU bc arbitrary precision calculator language
 GNU bc is an interactive algebraic language with arbitrary precision which
 follows the POSIX 1003.2 draft standard, with several extensions including
 multi-character variable names, an `else' statement and full Boolean 
 expressions.  GNU bc does not require the separate GNU dc program.

Package: dc
Architecture: any
Depends: ${shlibs:Depends}
Description: The GNU dc arbitrary precision reverse-polish 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.