# 1+1=2
as.bigz(1) + 1
# if my_large_number_string is set to a number, it returns the least byte
mod.bigz(as.bigz(my_large_number_string),"0xff")
# power exponents can be up to MAX_INT in size, or unlimited if a
# bigz's modulus is set.
pow.bigz(10,10000)
Run the code above in your browser using DataLab