\frac{x}{1.0 - x}\frac{x}{1.0 - x}double f(double x) {
double r8055332 = x;
double r8055333 = 1.0;
double r8055334 = r8055333 - r8055332;
double r8055335 = r8055332 / r8055334;
return r8055335;
}
double f(double x) {
double r8055336 = x;
double r8055337 = 1.0;
double r8055338 = r8055337 - r8055336;
double r8055339 = r8055336 / r8055338;
return r8055339;
}



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