



Bits error versus x
| Original | 61.3 |
|---|---|
| Comparison | 0.5 |
| Herbie | 0.0 |
Initial program 61.3
Applied taylor 60.3
Taylor expanded around 0 60.3
Applied simplify 60.3
Applied taylor 0.5
Taylor expanded around 0 0.5
Applied taylor 0.0
Taylor expanded around 0 0.0
Time bar (total: 6.1s) Debug logProfile
Please include this information when filing a bug report:
herbie shell --seed '#(1064524629 4159152179 2999149171 575749698 4006532819 692958815)'
(FPCore (x)
:name "qlog (example 3.10)"
:pre (and (< -1 x) (< x 1))
:target
(- (+ (+ (+ 1 x) (/ (sqr x) 2)) (* 5/12 (pow x 3))))
(/ (log (- 1 x)) (log (+ 1 x))))