4 'bc' is an arbitrary precision numeric processing language
5 Its syntax is similar to C, but differs in many substantial
6 areas. It supports interactive execution of statements. 'Bc'
7 is a utility included in the POSIX P1003.2/D11 draft standard.
8 This version does not use the historical method of having bc
9 be a compiler for the dc calculator (the POSIX document doesn't
10 specify how bc must be implemented). This version has a single
11 executable that both compiles the language and runs the resulting
12 'byte code.' The byte code is not the dc language.
14 http://www.gnu.org/software/bc