binaryRep {SoDA} | R Documentation |
Functions to generate a binary representation from numeric data, as an example of vectorizing computations.
binaryRep(data, m = .Machine$double.digits) binaryRepA(m) binaryRepBits(data) binaryRepPowers(n, m)
data |
numeric data |
m |
number of bits in mantissa |
n |
range for powers |
See example in book.