I would like to see float and double content, but i get a lot of additional unexpected precision digits.
printf("%.55f\n", 1.123456789012345);
cout << setprecision(100) << 1.123456789012345 << endl;
1.1234567890123450251138592648203484714031219482421875000 1.1234567890123450251138592648203484714031219482421875
while i was expecting something like this:
1.12345678901234500...
1.123456789012345
In Octave i also get unexpected output:
>> format long
>> single(1.123456789012345)
ans = 1.12345683574677