https://www.tutorialspoint.com/cprogramming/c_data_types.htm

[ C – Data Types ]

The following table provide the details of standard floating-point types with storage sizes and value ranges and their precision −

1.PNG

※ 단, for 문으로 반복하는 등 일종의 조작(operation)을 더할 경우, 정확성이 감소할 수 있다.

※ 정확도 면에서, float보다 double이 훨씬 높다.