Meta Configuration of Package bc
20
1
<package name="bc" project="SUSE:SLE-15:Update">
2
<title>GNU Command Line Calculator</title>
3
<description>bc is an interpreter that supports numbers of arbitrary precision and
4
the interactive execution of statements. The syntax has some
5
similarities to the C programming language. A standard math library is
6
available through command line options. When used, the math library is
7
read in before any other input files. bc then reads in all other files
8
from the command line, evaluating their contents. Then bc reads from
9
standard input (usually the keyboard).
10
11
The dc program is also included. dc is a calculator that supports
12
reverse-polish notation and allows unlimited precision arithmetic.
13
Macros can also be defined. Normally, dc reads from standard input but
14
can also read in files specified on the command line. A calculator with
15
reverse-polish notation saves numbers to a stack. Arguments to
16
mathematical operations (operands) are "pushed" onto the stack until
17
the next operator is read in, which "pops" its arguments off the stack
18
and "pushes" its results back onto the stack.</description>
19
</package>
20