fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. printf("%.9f\n", 1.2345678901);
  5. printf("%.9f\n", 1.2345);
  6. return 0;
  7. }
Success #stdin #stdout 0.02s 1676KB
stdin
Standard input is empty
stdout
1.234567890
1.234500000