Package: bigBits
Type: Package
Title: Perform Boolean Operations on Large Numbers
Version: 1.3
Date: 2024-06-27
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: 2024-06-28 11:53:47 UTC; cgw
Author: Carl Witthoft [aut, cre]
Maintainer: Carl Witthoft <cellocgw@gmail.com>
Repository: CRAN
Date/Publication: 2024-06-28 13:20:03 UTC
Built: R 4.4.1; ; 2024-06-30 05:37:01 UTC; unix
