Package: convertBCD
Type: Package
Title: Convert Decimal to Binary-Coded Decimal (BCD) Form and Vice
        Versa
Version: 1.0
Date: 2024-06-24
Authors@R: c(person(given = "Carl", family = "Witthoft", role = c("aut","cre"), email= "cellocgw@gmail.com"))
Description: 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. 
License: LGPL-3
Imports: Rmpfr, gmp, methods
NeedsCompilation: no
Packaged: 2024-06-28 11:50:35 UTC; cgw
Author: Carl Witthoft [aut, cre]
Maintainer: Carl Witthoft <cellocgw@gmail.com>
Repository: CRAN
Date/Publication: 2024-06-28 15:00:02 UTC
Built: R 4.6.0; ; 2025-08-18 06:00:52 UTC; unix
