What is the value of 0x1.921fb82c2bd7fp+1 in a human readable presentation? I got this value by printf using %a.
0x1.921fb82c2bd7fp+1
printf
%a
The mantissa is hexadecimal and the exponent is a decimal value representing the power of 2 the mantissa is scaled by.