bc-1.06

Introduction à bc

Le package bc contient un langage de calculs sur des nombres à précision arbitraire.

Informations sur le package

Installation de bc

Téléchargez les correctifs pour bc à partir de http://downloads.linuxfromscratch.org/blfs-patches.

Installez bc en lançant les commandes suivantes:

patch -Np1 -i ../bc-1.06-flex-invocation.patch &&
patch -Np1 -i ../bc-1.06-readline.patch &&
./configure --prefix=/usr --with-readline &&
make &&
make install

Contenu

Le package bc contient bc et dc.

Description

bc

bc est une calculatrice.

dc

dc est une calculatrice en notation polonaise inversée.