Some useful bc programs
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
code
README.md
addlinks.js
bc.css
bcfaq.html
index.html
logic_striping.txt

README.md

bc

bc, for basic calculator (often referred to as bench calculator), is "an arbitrary precision calculator language" with syntax similar to the C programming language. bc is typically used as either a mathematical scripting language or as an interactive mathematical shell.

In this repository I have gathered some useful bc programs.

If you'd like to provide more, simply open a new pull request.