Do you want to print the numbers? Then you would use:
<CLI>
scalar n = 1199092070940.21
Generated scalar n = 1.19909e+12
printf "%.3f\n", n
1199092070940.210
printf "%.3g\n", n
1.2e+12
</CLI>
Artur
Am 26.08.2017 um 04:03 schrieb Carlos Andrade:
Hello list,
In Gretl the number 1199092070940,21 appears in scientific format,
so 1.19909e + 012.
How to make Gretl display in common form?