Package: bigBits 1.3
Carl Witthoft
bigBits: Perform Boolean Operations on Large Numbers
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.
Authors:
bigBits_1.3.tar.gz
bigBits_1.3.tar.gz(r-4.5-noble)bigBits_1.3.tar.gz(r-4.4-noble)
bigBits_1.3.tgz(r-4.4-emscripten)bigBits_1.3.tgz(r-4.3-emscripten)
bigBits.pdf |bigBits.html✨
bigBits/json (API)
# Install 'bigBits' in R: |
install.packages('bigBits', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 months agofrom:07dd68266d. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
Exports:base2basebigAndbigNotbigOrbigRotatebigShiftLbigShiftRbigXorbuildBinariesfracB2BnoExp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Perform Boolean Operations on Large Numbers | bigBits-package bigBits |
Function which converts arbitrary-size integers from any base to any base. | base2base |
Functions to perform binary operations on integers of arbitrary size, and of arbitrary base (up to 36). | bigAnd bigNot bigOr bigRotate bigShiftL bigShiftR bigXor |
Function to convert values to binary form | buildBinaries |
Function which converts fractions (between 1 and 0) from any base to any other base. | fracB2B |
Function to convert character-string numbers in exponential notation to "pure" integers. | noExp |