Can you please help me with the following,
I am trying to convert a hexadecimal value to a floating number for example 3fa0000000000000 is the hex and its corresponding floating value should be 0.03125. Another example3f847ae147ae147b and the corresponding floating point number is 0.01
Is there any inbuilt formula to achieve the desired result? Any samples?