I have a hexadecimal to float converter in the form of a code by I am unable to understand as to how did they carry out the conversion.
For Ex: If I have a hexadecimal number as : 11433333; the answer I get from that function is: 145.200.
I tried several methods of conversion like these:
http://www.cs.uaf.edu/~cs301/notes/Chapter4/node13.html
http://babbage.cs.qc.edu/IEEE-754/32bit.html
There is something to do with little endian and big endian, but I am not familiar with that. None of these are giving me the output as 145.200. Could anyone explain me a way out of this please?
Cheers in advance.