\frac{x}{1.0 - x}\frac{x}{1.0 - x}double f(double x) {
double r6252002 = x;
double r6252003 = 1.0;
double r6252004 = r6252003 - r6252002;
double r6252005 = r6252002 / r6252004;
return r6252005;
}
double f(double x) {
double r6252006 = x;
double r6252007 = 1.0;
double r6252008 = r6252007 - r6252006;
double r6252009 = r6252006 / r6252008;
return r6252009;
}



Bits error versus x
Results
Initial program 0.0
rmApplied add-sqr-sqrt16.1
Applied *-un-lft-identity16.1
Applied times-frac16.1
rmApplied frac-times16.1
Simplified16.1
Simplified0.0
Final simplification0.0
herbie shell --seed 2019165
(FPCore (x)
:name "Numeric.Integration.TanhSinh:nonNegative from integration-0.2.1"
(/ x (- 1.0 x)))