bc 1.06.95-8ubuntu1 source package in Ubuntu

Changelog

bc (1.06.95-8ubuntu1) trusty; urgency=medium

  * Remove ancient unnecessary install-info dependencies.
 -- Adam Conrad <email address hidden>   Wed, 19 Mar 2014 00:28:09 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main math

Downloads

File Size SHA-256 Checksum
bc_1.06.95.orig.tar.gz 352.1 KiB 5e1471869dd27ba4120dd3942d2f4ec6646cf917fb056be9ae0d3a8259668d47
bc_1.06.95-8ubuntu1.debian.tar.gz 19.7 KiB a9b8a706fe9b1a00051681bb414f6271e97e96ebc2a92624dc1342da6ca9677a
bc_1.06.95-8ubuntu1.dsc 1.3 KiB d63f47f7ce605dc1f9828ba73380cee148479d7de4cfe34a34e80b7a42966553

View changes file

Binary packages built by this source

bc: 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.

dc: 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.