IDEMSInternational / R-Instat

A statistics software package powered by R
http://r-instat.org/
GNU General Public License v3.0
38 stars 102 forks source link

Sort out the display of numbers in the grid and the output window #8906

Closed rdstern closed 6 months ago

rdstern commented 6 months ago

@N-thony I think this is p-robably one for you - at least it will need your guidance.

In the grid complex numbers don't get formatted here is an example:

image

To get this, get the default data frame from File > New Data Frame. Then, in the calculator type complex(real=sqrt(x1)) and put the result in x2

Then complex(real= sqrt(x1), imag=2*sqrt(x1))into a third variable

It is worse in the output window. There no numbers are formatted. For example calculating sqrt(2) and putting it into the output window gives:

image

I think this was ok (much) earlier, because there is a setting for the output window precision in the Tools > Options > Output Window