



Bits error versus x
Results
| Original | 38.9 |
|---|---|
| Target | 0.2 |
| Herbie | 0.2 |
if (log (+ 1 x)) < 3.5186496954067207e-06Initial program 59.0
Initial simplification59.0
Taylor expanded around 0 0.3
Simplified0.3
if 3.5186496954067207e-06 < (log (+ 1 x)) Initial program 0.1
Initial simplification0.1
Final simplification0.2
Time bar (total: 14.8s)Debug logProfile
herbie shell --seed 2018225
(FPCore (x)
:name "ln(1 + x)"
:herbie-target
(if (== (+ 1 x) 1) x (/ (* x (log (+ 1 x))) (- (+ 1 x) 1)))
(log (+ 1 x)))