Sie befinden sich hier: eisfair / Pack-Eis
News News News

Navigation

Content

bc (utils)

bc - GNU Command Line Calculator (Offizielles Paket)

Version: 3.4.0 Status: stable Release Datum: 2023-04-18
Autor: the eisfair team, team(at)eisfair(dot)org
Internal Program Version: bc  1.07.1

bc is an interpreter that supports numbers of arbitrary precision and
the interactive execution of statements. The syntax has some
similarities to the C programming language. A standard math library is
available through command line options. When used, the math library is
read in before any other input files. bc then reads in all other files
from the command line, evaluating their contents. Then bc reads from
standard input (usually the keyboard).

The dc program is also included. dc is a calculator that supports
reverse-polish notation and allows unlimited precision arithmetic.
Macros can also be defined. Normally, dc reads from standard input but
can also read in files specified on the command line. A calculator with
reverse-polish notation saves numbers to a stack. Arguments to
mathematical operations (operands) are "pushed" onto the stack until
the next operator is read in, which "pops" its arguments off the stack
and "pushes" its results back onto the stack.

ftp://ftp.gnu.org/pub/gnu/bc
SHA256-Prüfsumme: 65efe5f734599ca190c9c049df087fff60979203d19801ea61bb6bc270584842
Größe: 66.19 KByte
Info-Datei: https://www.pack-eis.de/dl.php?l=55495/bc.tar.bz2.info
Benötigte Pakete: glibc 3.4.0
libfl2 3.4.0
libncurses6 3.4.0
libreadline8 3.4.0