Package: convertBCD 1.0

Carl Witthoft
convertBCD: Convert Decimal to Binary-Coded Decimal (BCD) Form and Vice Versa
Convert BCD (raw bytes) to decimal numbers and vice versa. BCD format is used to preserve decimals exactly, as opposed to the binary rounding errors inherent in "numeric" or "floating-point" formats.
Authors:
convertBCD_1.0.tar.gz
convertBCD_1.0.tar.gz(r-4.7-any)convertBCD_1.0.tar.gz(r-4.6-any)
convertBCD_1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
convertBCD/json (API)
| # Install 'convertBCD' in R: |
| install.packages('convertBCD', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:5db65e0aa4. Checks:4 OK. Indexed: yes.
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert Decimal to Binary-Coded Decimal (BCD) Form and Vice Versa | convertBCD-package convertBCD |
| Function to convert binary-coded decimal (BCD) data to decimal form. ~~ | bcd2dec |
| Convert decimal numbers to binary-coded decimal (BCD) form. ~~ ~~ | dec2bcd |