GNU Command Line Calculator
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.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/bc && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
bc-1.07.1.tar.gz | 0000419850 410 KB | |
bc-1.07.1.tar.gz.sig | 0000000072 72 Bytes | |
bc-dc-correct-return-value.patch | 0000000540 540 Bytes | |
bc.changes | 0000007753 7.57 KB | |
bc.keyring | 0000001648 1.61 KB | |
bc.spec | 0000003072 3 KB |
Latest Revision
Prepare for RPM 4.20 (forwarded request 1149154 from dimstar)
Comments 0