bytes to float

is there a q/k native way to reverse the below?

q)0x0 vs 3.1415

0x400921cac083126f

other than this:

q)-9!0x0000000000000011f7,0x0 vs 3.1415

3.1415

thanks

Sorry, not at a terminal, but have you tried sv? ?Docs says it only works on integers, but you might be lucky!?

thanks - 0x0 sv works on integral types, tried a few things as the first operand of sv but no luck so far

(enlist 8;enlist"f")1:

Cheers,
?? Attila