Converts large integers form base 2 to base 10 using mpfr numbers by Pmpfr package.
toBaseTen(x, m = 128, prec = 256, toFile = FALSE, file)
an m-by-k binary matrix including the data in base 2.
desired bit length in the output.
precision of the calculations.
if TRUE
, the resulting numbers are written on a file.
the path of the file to which the output is written.
an m-by-k matrix that contains the input data in base 10 format.