\frac{x}{1 - x}\frac{x}{1 - x}(FPCore (x) :precision binary64 (/ x (- 1.0 x)))
(FPCore (x) :precision binary64 (/ x (- 1.0 x)))
double code(double x) {
return (x / ((double) (1.0 - x)));
}
double code(double x) {
return (x / ((double) (1.0 - x)));
}



Bits error versus x
Results
Initial program Error: 0.0 bits
Final simplificationError: 0.0 bits
herbie shell --seed 2020204
(FPCore (x)
:name "Numeric.Integration.TanhSinh:nonNegative from integration-0.2.1"
:precision binary64
(/ x (- 1.0 x)))