5.31. BC-1.06.95

The bc package contains an arbitrary precision numeric processing language.

User Notes: http://wiki.linuxfromscratch.org/hlfs/wiki/bc

5.31.1. Installation of BC

Prepare BC for compilation:

./configure --prefix=/tools

Compile the package:

make

Install the package:

make install

5.31.2. Contents of BC

Installed program: bc and dc

Short Descriptions

bc

is a calculator.

dc

is a reverse-polish calculator.