Freefem default precision

Freefem default precision is 6, that is, if you want to printout a real variable, Freefem will show you not the real number with all digits in memory, but the real number with 6 significant digits.

Does a way exist to change this setting? Like in Matlab for instance with format short and format long commands?

Yes. cout.precision(N); where N is an integer.