Source: bc Section: math Priority: standard Maintainer: John G. Hasler Standards-Version: 3.8.3 Build-Depends: bison, debhelper (>= 7), file, flex, libreadline-dev | libreadline6-dev | libreadline5-dev, texi2html, texinfo Package: bc Architecture: any Depends: ${shlibs:Depends}, dpkg (>= 1.15.4) | install-info 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. Home page: http://directory.fsf.org/GNU/bc.html Package: dc Architecture: any Depends: ${shlibs:Depends}, dpkg (>= 1.15.4) | install-info 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. Home page: http://directory.fsf.org/GNU/bc.html