I've got some bytes in a blob, an immutable buffer for binary data and I am looking for a way to convert what it holds into a floating point data structure, Num
, since it is the class that fits all those 3 formats that could be in the $blob
- IEEE Float
- IEEE Double
- IEEE Long Double
What would be the best way of doing that conversion?