a28978d2e55978fb874660070063c7c0031b5d4c
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bc / Config.in
1 config 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 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.
13
14           http://www.gnu.org/software/bc