/* Test the rounding of a particular float */ #include int main() { printf("%.12f\n", (double)(float)1226.80); return 0; }