



Bits error versus x
Results
| Original | 61.0 |
|---|---|
| Target | 0.4 |
| Herbie | 0.5 |
Initial program 61.0
Initial simplification61.0
Taylor expanded around 0 0.5
rmApplied associate-+r+0.5
Final simplification0.5
Time bar (total: 17.1s)Debug logProfile
herbie shell --seed 2018230
(FPCore (x)
:name "qlog (example 3.10)"
:pre (and (< -1 x) (< x 1))
:herbie-target
(- (+ (+ (+ 1 x) (/ (* x x) 2)) (* 5/12 (pow x 3))))
(/ (log (- 1 x)) (log (+ 1 x))))