float a=32.15
printf("%.1f",a);

출력하면 32.1 나올줄 알았는데
왜 32.2가 나오는거??

이유 아는사람?