Learn R Programming

bigBits (version 1.4)

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.

Copy Link

Version

Install

install.packages('bigBits')

Monthly Downloads

167

Version

1.4

License

LGPL-3

Maintainer

Carl Witthoft

Last Published

June 18th, 2025

Functions in bigBits (1.4)

bigBits-package

tools:::Rd_package_title("bigBits")
fracB2B

Function which converts fractions (between 1 and 0) from any base to any other base.
noExp

Function to convert character-string numbers in exponential notation to "pure" integers.
buildBinaries

Function to convert values to binary form
bigAnd

Functions to perform binary operations on integers of arbitrary size, and of arbitrary base (up to 36).
base2base

Function which converts arbitrary-size integers from any base to any base.