mirror of
https://github.com/FliegendeWurst/decimal-code.git
synced 2024-11-14 01:53:04 +00:00
Convert decimal numbers to BCD, Aiken and Stibitz (excess-3)
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README |
decimal-code ============ Convert decimal numbers to BCD, Aiken and Stibitz (excess-3). Input lines are interpreted as space-separated encoding and value. Tab separated values (decimal, BCD, Aiken, Stibitz) are printed.