



Bits error versus x
| Original | 38.9 |
|---|---|
| Target | 0.3 |
| Herbie | 0.2 |
if x < 0.00012687776949018702Initial program 59.0
Taylor expanded around 0 0.2
Simplified0.2
if 0.00012687776949018702 < x Initial program 0.1
Final simplification0.2
herbie shell --seed 2019090
(FPCore (x)
:name "ln(1 + x)"
:herbie-target
(if (== (+ 1 x) 1) x (/ (* x (log (+ 1 x))) (- (+ 1 x) 1)))
(log (+ 1 x)))