Package: bigBits
Type: Package
Title: Perform Boolean Operations on Large Numbers
Version: 1.1
Date: 2023-09-05
Authors@R: c(person(given = "Carl", family = "Witthoft", email = "cellocgw@gmail.com", role = c("aut", "cre")))
Description: These tools accept integers 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: 2023-09-05 21:21:53 UTC; cgw
Author: Carl Witthoft [aut, cre]
Maintainer: Carl Witthoft <cellocgw@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-06 16:00:05 UTC
Built: R 4.2.0; ; 2023-09-07 10:24:19 UTC; unix
