fork(2) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. // float a = 3F;
  6. float a = 0.50000002F * 3.F;
  7. float b = 0.50000002 * 3.F;
  8. printf("%.20f\n", a);
  9. printf("%.20f\n", b);
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 2052KB
stdin
Standard input is empty
stdout
1.50000000000000000000
1.50000011920928955078