fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. float x = 0.8804418f;
  5. printf("%.10g\n", x);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 2160KB
stdin
Standard input is empty
stdout
0.8804417849