\frac{x}{1 - x}\frac{x}{1 - x}double f(double x) {
double r123779 = x;
double r123780 = 1.0;
double r123781 = r123780 - r123779;
double r123782 = r123779 / r123781;
return r123782;
}
double f(double x) {
double r123783 = x;
double r123784 = 1.0;
double r123785 = r123784 - r123783;
double r123786 = r123783 / r123785;
return r123786;
}



Bits error versus x
Results
Initial program 0.0
rmApplied clear-num0.1
rmApplied *-un-lft-identity0.1
Applied *-un-lft-identity0.1
Applied times-frac0.1
Applied add-cube-cbrt0.1
Applied times-frac0.1
Simplified0.1
Simplified0.0
Final simplification0.0
herbie shell --seed 2020039
(FPCore (x)
:name "Numeric.Integration.TanhSinh:nonNegative from integration-0.2.1"
:precision binary64
(/ x (- 1 x)))