Lack of precision in KDBStudio vs console

Pretty simple example, try executing the following line of code inStudio:1050421051106700f%2 xexp 100It will return 0fNow try the q console itself, it should return the correct answer of:8.2863610123923659e-016Is there any way to get Studio to display "8.2863610123923659e-016"instead of truncating it to “0f”?

in $HOME/.studioforkdb/studio.properties

the property

DecimalFormat=…

can be set to whatever you like according to

http://docs.oracle.com/javase/1.4.2/docs/api/java/text/DecimalFormat.html

but note that this affects every print of a float, inside tables too.