



Bits error versus x
Results
| Original | 39.2 |
|---|---|
| Target | 0.2 |
| Herbie | 0.3 |
if (log (+ 1 x)) < 1.7057343258869295e-08Initial program 59.2
Taylor expanded around 0 0.2
Simplified0.2
if 1.7057343258869295e-08 < (log (+ 1 x)) Initial program 0.3
Final simplification0.3
Time bar (total: 22.3s)Debug logProfile
herbie shell --seed 2018215
(FPCore (x)
:name "ln(1 + x)"
:herbie-target
(if (== (+ 1 x) 1) x (/ (* x (log (+ 1 x))) (- (+ 1 x) 1)))
(log (+ 1 x)))