bc is a calculator language that offers arbitrary precision computing.
Now, it's worth noting that although the draft standard does specify bc as a utility, there's no set standard for how it must be implemented. That's why this version of bc doesn't follow the historical approach of having bc act as a compiler for the dc calculator.
This version of bc opts for a slightly different implementation, with a single executable that both compiles the language and runs the resulting 'byte code'. It's important to note that this byte code is not the same thing as the dc language. So if you're looking for a powerful, precise numerical processing language that can perform calculations with the utmost efficiency, bc might be just what you need!
Version 1.06: N/A