how to convert 4 bytes into a real ?

hi, q)256 sv 0x41efd70a1106237194 How can I get 29.98e from 0x41efd70a ?Thank you.Richard Z

q)first first(1#ā€œeā€;1#4)1:reverse 0x41efd70a29.98edepending on endianness you need the reverse or not.Regards, AttilaOn 28 Nov 2009, at 11:50, Richard Z. wrote:> hi,> > q)256 sv 0x41efd70a> 1106237194> > How can I get 29.98e from 0x41efd70a ?> > Thank you.> > Richard Z> > –> > Submitted via Google Groups