bigBits-package {bigBits} | R Documentation |
Perform Boolean Operations on Large Numbers
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.
Details
The DESCRIPTION file:
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 |
Author: | Carl Witthoft [aut, cre] |
Maintainer: | Carl Witthoft <cellocgw@gmail.com> |
Author(s)
Carl Witthoft [aut, cre]
Maintainer: Carl Witthoft <cellocgw@gmail.com>
References
https://en.wikipedia.org/wiki/Two's_complement
See Also
bitwAnd
and other "bitw*" functions
[Package bigBits version 1.3 Index]