fork download
  1. #include<stdio.h>
  2. #include<math.h>
  3. #include<stdlib.h>
  4. #include<string.h>
  5.  
  6.  
  7. int main()
  8. {
  9. char string[] = "";
  10. double tax = 0.000000000000011235642F;
  11. //ftoa(fabs(tax * 100), string, 0);
  12. if(tax < 0.01)
  13. {
  14. printf("%g", 0 - tax);
  15. }
  16.  
  17. return 0;
  18. }
Success #stdin #stdout 0s 2896KB
stdin
Standard input is empty
stdout
-1.12356e-14