bc: GNU's numeric processing language and a calculator1

Bc is an arbitrary precision numeric processing language. Syntax is similar to C, but differs in many substantial areas. It supports interactive execution of statements. Bc is a utility included in the POSIX P1003.2/D11 draft standard. Since the POSIX document does not specify how bc must be implemented, this version does not use the historical method of having bc be a compiler for the dc calculator. This version has a single executable that both compiles the language and runs the resulting `byte code'. The byte code is not the dc language.

... part of T2, get it here

URL: http://www.gnu.org/software/bc/bc.html

Author: The GNU Project <gnu [at] gnu [dot] org>
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: GPL
Status: Stable
Version: 1.07.1

Remark: Does cross compile (as setup and patched in T2).

Download: http://ftp.gnu.org/pub/gnu/bc bc-1.07.1.tar.gz

T2 source: bc.cache
T2 source: bc.desc
T2 source: use-toolchain-bc.patch.cross

Build time (on reference hardware): 3% (relative to binutils)2

Installed size (on reference hardware): 0.24 MB, 11 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils ed findutils gawk grep gzip linux-header make perl readline sed tar texinfo

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).