\frac{x}{1 - x}\frac{x}{1 - x}double f(double x) {
double r133794 = x;
double r133795 = 1.0;
double r133796 = r133795 - r133794;
double r133797 = r133794 / r133796;
return r133797;
}
double f(double x) {
double r133798 = x;
double r133799 = 1.0;
double r133800 = r133799 - r133798;
double r133801 = r133798 / r133800;
return r133801;
}



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 +o rules:numerics
(FPCore (x)
:name "Numeric.Integration.TanhSinh:nonNegative from integration-0.2.1"
:precision binary64
(/ x (- 1 x)))