bc 1.07.1-3build1 source package in Ubuntu
Changelog
bc (1.07.1-3build1) jammy; urgency=medium * No-change rebuild for ppc64el baseline bump. -- Łukasz 'sil2100' Zemczak <email address hidden> Wed, 23 Mar 2022 10:42:47 +0100
Upload details
- Uploaded by:
- Łukasz Zemczak
- Uploaded to:
- Jammy
- Original maintainer:
- Ryan Kavanagh
- Architectures:
- any
- Section:
- math
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | math | |
Lunar | release | main | math | |
Kinetic | release | main | math | |
Jammy | release | main | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bc_1.07.1.orig.tar.gz | 410.0 KiB | 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a |
bc_1.07.1-3build1.debian.tar.xz | 22.9 KiB | 00307568424466b5af2c2cbfe2e4c8374d81c90f6029115a4954d4dc2eaa8f16 |
bc_1.07.1-3build1.dsc | 1.5 KiB | ae8a6e99d29f1c9a628fc0d580b213df352718b49597eb84bc6743dfddfa9847 |
Available diffs
- diff from 1.07.1-3 (in Debian) to 1.07.1-3build1 (329 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