Package: bigBits
Type: Package
Title: Perform Boolean Operations on Large Numbers
Version: 1.4
Date: 2025-06-11
Authors@R: c(person(given = "Carl", family = "Witthoft", email = "cellocgw@gmail.com", role = c("aut", "cre")))
Description: A set of Boolean operators which accept integers of any size, in any base from 2 to 36, including 2's complement format, and perform actions like "AND," "OR", "NOT", "SHIFTR/L" etc. The output can be in any base specified. A direct base to base converter is included. 
License: LGPL-3
Imports: Rmpfr, gmp, methods
NeedsCompilation: no
Packaged: 2025-06-18 17:12:03 UTC; cgw
Author: Carl Witthoft [aut, cre]
Maintainer: Carl Witthoft <cellocgw@gmail.com>
Repository: CRAN
Date/Publication: 2025-06-18 17:40:02 UTC
Built: R 4.3.3; ; 2025-06-18 18:07:23 UTC; unix
