2

I want to convert two bytes to into it's mantissa and exponent and try then multiply the mantissa and exponent together to get its Int value.

phuclv
  • 37,963
  • 15
  • 156
  • 475
Mysterious_android
  • 598
  • 2
  • 9
  • 32
  • http://stackoverflow.com/questions/11564270/how-to-convert-ieee-11073-16-bit-sfloat-to-simple-float-in-java and http://stackoverflow.com/questions/28899195/converting-two-bytes-to-an-ieee-11073-16-bit-sfloat-in-c-sharp may be helpful. – Mark Dickinson Mar 28 '17 at 11:45
  • 2
    IEEE-11073 is a whole medical device communications protocol. Please point to the specific subsection that proscribes how your floats are formatted. – Price Ringo Mar 28 '17 at 11:47

0 Answers0