in visual studio c++ how to convert scentific float value in immediate window and locals window, e.g. 2.6784184492221229e+271 (including denomalized number).
for example, in Locals window, VS c++ would show type double as 2.6784184492221229e+271 and in immediate, if I type, ?vara, it would show as 2.6784184492221229e+271
how can we convert it to a direct readable value? 1.8 (sorry I don't know what it is called).