fork(2) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("%.256f\n", (1.f/10.f)*(1000000.f));
  5. printf("%.256f\n", (1./10.)*(1000000.));
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
100000.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
100000.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000