Perform Boolean Operations on Large Numbers


[Up] [Top]

Documentation for package ‘bigBits’ version 1.0

Help Pages

bigBits-package Perform Boolean Operations on Large Numbers
base2base Function which converts arbitrary-size integers from any base to any base.
bigAnd Functions to perform binary operations on integers of arbitrary size, and of arbitrary base (up to 36).
bigBits Perform Boolean Operations on Large Numbers
bigNot Functions to perform binary operations on integers of arbitrary size, and of arbitrary base (up to 36).
bigOr Functions to perform binary operations on integers of arbitrary size, and of arbitrary base (up to 36).
bigShiftL Functions to perform binary operations on integers of arbitrary size, and of arbitrary base (up to 36).
bigShiftR Functions to perform binary operations on integers of arbitrary size, and of arbitrary base (up to 36).
bigXor Functions to perform binary operations on integers of arbitrary size, and of arbitrary base (up to 36).
buildBinaries Function to convert values to binary form
noExp Function to convert character-string numbers in exponential notation to "pure" integers.