



Bits error versus x
Results
| Original | 39.0 |
|---|---|
| Target | 0.3 |
| Herbie | 0.2 |
if x < 0.00010663187311658571Initial program 58.9
Taylor expanded around 0 0.2
Simplified0.2
if 0.00010663187311658571 < x Initial program 0.0
Final simplification0.2
Time bar (total: 18.6s)Debug logProfile
herbie shell --seed 2018273
(FPCore (x)
:name "ln(1 + x)"
:herbie-target
(if (== (+ 1 x) 1) x (/ (* x (log (+ 1 x))) (- (+ 1 x) 1)))
(log (+ 1 x)))