#include <stdio.h>int main(){ printf("%.9f\n", 1.2345678901); printf("%.9f\n", 1.2345); return 0;}
Standard input is empty
1.234567890 1.234500000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!