For some theory on the standard IEEE-754, you can read the Wikipedia page. Here I will post only the code of the function to make the conversion in R.
First we write some functions to convert decimal numbers to binary numbers:
decInt_to_8bit q r xx for(i in 1:precs){
xx q r xx }
rr return(rr)
}
devDec_to_8bit nas nbs xxs for(i in 1:precs)
{
xxs...






Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).