1config BR2_PACKAGE_BC 2 bool "bc" 3 help 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 10 doesn't specify how bc must be implemented). 11 This version has a single executable that both compiles the 12 language and runs the resulting 'byte code.' The byte code is 13 not the dc language. 14 15 http://www.gnu.org/software/bc 16