/usr/share/doc-base/bc is in bc 1.06.95-9+b3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | Document: bc
Title: The GNU BC arbitrary precision calculator
Author: Philip A. Nelson
Abstract: bc is a language that supports arbitrary precision numbers
with interactive execution of statements. There are some similarities
in the syntax to the C programming language. A standard math library is
available by command line option. If requested, the math library is
defined before processing any files. bc starts by processing code from
all the files listed on the command line in the order listed. After all
files have been processed, bc reads from the standard input. All code
is executed as it is read. (If a file contains a command to halt the
processor, bc will never read from the standard input.)
Section: Science/Mathematics
Format: HTML
Index: /usr/share/doc/bc/bc.html
Files: /usr/share/doc/bc/bc.html
|