toBaseTen | R Documentation |
Converts large integers form base 2 to base 10 using mpfr numbers by Pmpfr package.
toBaseTen(x, m = 128, prec = 256, toFile = FALSE, file)
x |
an m-by-k binary matrix including the data in base 2. |
m |
desired bit length in the output. |
prec |
precision of the calculations. |
toFile |
if |
file |
the path of the file to which the output is written. |
dat |
an m-by-k matrix that contains the input data in base 10 format. |
Haydar Demirhan
Maintainer: Haydar Demirhan <haydarde@hacettepe.edu.tr>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.