\frac{x}{1.0 - x}\frac{x}{1.0 - x}double f(double x) {
double r4200584 = x;
double r4200585 = 1.0;
double r4200586 = r4200585 - r4200584;
double r4200587 = r4200584 / r4200586;
return r4200587;
}
double f(double x) {
double r4200588 = x;
double r4200589 = 1.0;
double r4200590 = r4200589 - r4200588;
double r4200591 = r4200588 / r4200590;
return r4200591;
}



Bits error versus x
Results
Initial program 0.0
rmApplied add-sqr-sqrt16.0
Applied *-un-lft-identity16.0
Applied times-frac16.0
rmApplied frac-times16.0
Simplified16.0
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)))