Package: bigBits 1.4

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.4.tar.gz
bigBits_1.4.tar.gz(r-4.7-any)bigBits_1.4.tar.gz(r-4.6-any)
bigBits_1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:b40a8723ec. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 104 | ||
| source / vignettes | OK | 157 | ||
| linux-release-x86_64 | OK | 107 | ||
| wasm-release | OK | 99 |
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 |