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.5-noble)convertBCD_1.0.tar.gz(r-4.4-noble)
convertBCD_1.0.tgz(r-4.4-emscripten)convertBCD_1.0.tgz(r-4.3-emscripten)
convertBCD.pdf |convertBCD.html✨
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 5 months agofrom:5db65e0aa4. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
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 |