I have a float number (that can be positive or negative, lets use 0.5) and would like to have it converted into reverse order hexadecimal. So for the above example:
0.5 would output 0000003F
Please explain what method I can use for the above problem.
Thank you! 🙂
From this question, you already know the
structmodule. Just apply it the other way to get your answer: