| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bcal-v2.5.tar.gz | 2026-02-20 | 42.3 kB | |
| bcal v2.5 source code.tar.gz | 2026-02-20 | 42.3 kB | |
| bcal v2.5 source code.zip | 2026-02-20 | 48.1 kB | |
| README.md | 2026-02-20 | 713 Bytes | |
| v2.5 source code.tar.gz | 2026-02-20 | 42.3 kB | |
| v2.5 source code.zip | 2026-02-20 | 48.1 kB | |
| Totals: 6 Items | 223.7 kB | 0 | |
Release notes for bcal v2.5:
- remove dependency on external tools (
bc,calc) - support general purpose calculations (program option/prompt switch
b) - arithmetic: addition, subtraction, multiplication, division, modulo
- bitwise: AND (
&), OR (|), XOR (^), complement (~), lshift (<<), rshift (>>) - functions: exp(n), log(base, n), ln(n) [natural log], pow(n, exponent), root(radical, n)
- add program option/prompt switch
pto show bit positions with bit value of a number - remove commas from input for general purpose calculations