bc-1.06

Introduction to bc

Download location (HTTP):       http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz
Download location (FTP):        ftp://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz
Version used:                   1.06
Package size:                   280 KB
Estimated Disk space required:  1.6 MB

The bc package contains bc. This is an arbitrary precision numeric processing language.

Installation of bc

Install bc by running the following commands:

./configure --prefix=/usr &&
make &&
make install


Contents

The bc package contains bc and dc.

Description

bc

bc is a calculator.

dc

dc is a reverse-polish calculator.