fracbinary {XICOR} | R Documentation |
Take fractionary part and make its binary expansion Auxiliary function used in expanding real numbers
Description
Take fractionary part and make its binary expansion Auxiliary function used in expanding real numbers
Usage
fracbinary(x)
Arguments
x |
is a number between 0 and 1 |
Value
Binary expansion of length 31 of the decimal input
Note
this implementation uses the built-in function intToBits
[Package XICOR version 0.4.1 Index]