bc 1.06.95-9 source package in Ubuntu RTM
Changelog
bc (1.06.95-9) unstable; urgency=medium * Remove ancient unnecessary install-info dependencies. * Fix some formatting issues with bc man page, 07_bc_man.diff (Closes: #725898). Thanks to Bjarni Ingi Gislason for the patch. * Bump standards version to 3.9.5 -- Ryan Kavanagh <email address hidden> Sat, 14 Jun 2014 12:05:35 +0200
Upload details
- Uploaded by:
- Ryan Kavanagh
- Uploaded to:
- Sid
- Original maintainer:
- Ryan Kavanagh
- Architectures:
- any
- Section:
- math
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
14.09-factory | release | main | math | |
14.09 | release | main | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bc_1.06.95-9.dsc | 2.8 KiB | b4037a9f1488a3d83aed5814c7b55348ab8f59e49daf6c54f1c72db6360d679f |
bc_1.06.95.orig.tar.gz | 352.1 KiB | 5e1471869dd27ba4120dd3942d2f4ec6646cf917fb056be9ae0d3a8259668d47 |
bc_1.06.95-9.debian.tar.xz | 22.7 KiB | 6c68d308eca43b678049db52d5bd1cf4f7e5868f254f66611314463ccb3a53ca |
Available diffs
No changes file available.
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.