bc 1.07.1-3ubuntu4 source package in Ubuntu
Changelog
bc (1.07.1-3ubuntu4) noble; urgency=high * No change rebuild against libreadline8t64. -- Julian Andres Klode <email address hidden> Mon, 08 Apr 2024 16:37:38 +0200
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- math
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | main | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bc_1.07.1.orig.tar.gz | 410.0 KiB | 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a |
bc_1.07.1-3ubuntu4.debian.tar.xz | 23.3 KiB | 4fe9f2d24c62ed6fd968ef910fc0be42e9c191133c91ed223fdc1c1dd2615fc1 |
bc_1.07.1-3ubuntu4.dsc | 2.0 KiB | 51313350ff8e302cde2133adc7ffe9ccd2a778ad986fd81a6fd670cc85865e9f |
Available diffs
- diff from 1.07.1-3ubuntu3 to 1.07.1-3ubuntu4 (315 bytes)
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.
- bc-dbgsym: debug symbols for bc
- 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.
- dc-dbgsym: debug symbols for dc