18.03.2011, 15:49
With this code:
I have this result:
Only first three values are correct. What's wrong with other?
pawn Код:
printf("%f | %f | %f | %f | %f | %f",10.1,20.1,30.1,40.1,50.1,60.1);
Код:
10.100000 | 20.100000 | 30.100000 | 40.099998 | 50.099998 | 60.099998