



Bits error versus x
| Original | 61.4 |
|---|---|
| Comparison | 0.4 |
| Herbie | 0.0 |
Initial program 61.4
Applied taylor 0.4
Taylor expanded around 0 0.4
rmApplied add-sqr-sqrt 0.4
Applied taylor 0.0
Taylor expanded around 0 0.0
Total time: 30.7s Debug log
Please include this information when filing a bug report:
herbie --seed '#(3743469905 3666187704 2366022356 303014626 204796633 2150942942)'
(FPCore (x)
:name "NMSE 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))))