



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