You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
README.md | 11 months ago | |
array.bc | 11 months ago | |
cf.bc | 11 months ago | |
cf_engel.bc | 11 months ago | |
cf_misc.bc | 11 months ago | |
cf_sylvester.bc | 11 months ago | |
collatz.bc | 11 months ago | |
collatz_continuous.bc | 11 months ago | |
complex.bc | 11 months ago | |
cosconst.bc | 11 months ago | |
digits.bc | 11 months ago | |
digits_describe.bc | 11 months ago | |
digits_happy.bc | 11 months ago | |
digits_misc.bc | 11 months ago | |
factorial.bc | 11 months ago | |
factorial_gamma.bc | 11 months ago | |
fibonacci.bc | 11 months ago | |
funcs.bc | 11 months ago | |
guess.bci | 11 months ago | |
intdiff.bc | 11 months ago | |
interest.bc | 11 months ago | |
logic.bc | 11 months ago | |
logic_andm.bc | 11 months ago | |
logic_inverse.bc | 11 months ago | |
logic_otherbase.bc | 11 months ago | |
logic_striping.bc | 11 months ago | |
logic_striping_meta.bc | 11 months ago | |
melancholy.bc | 11 months ago | |
melancholy_b.bc | 11 months ago | |
misc_235.bc | 11 months ago | |
misc_ack.bc | 11 months ago | |
misc_anglepow.bc | 11 months ago | |
misc_perfectpow.bc | 11 months ago | |
misc_srr.bc | 11 months ago | |
orialc.bc | 11 months ago | |
output_formatting.bc | 11 months ago | |
output_graph.bc | 11 months ago | |
output_roman.bc | 11 months ago | |
primes.bc | 11 months ago | |
primes_db.bc | 11 months ago | |
primes_db_code.bc | 11 months ago | |
primes_other.bc | 11 months ago | |
primes_twin.bc | 11 months ago | |
rand.bc | 11 months ago | |
randbc | 11 months ago | |
thermometer.bc | 11 months ago |
README.md
bc
Libs
This is a series of libraries for the bc
and dc
that I (Gavin D.
Howard) built.
These libraries are based on the Phodd's excellent bc
libraries, but they
have been changed to use the extensions in my bc
. I have also added some
useful and not-so-useful dc
scripts.
Why?
Why have I built this repository?
To build the oral tradition of software engineering. bc
and dc
are
important historical tools, and I feel like adding libraries for my versions
will push that forward.