



Bits error versus x
| Original | 61.5 |
|---|---|
| Comparison | 0.5 |
| Herbie | 0.0 |
Initial program 61.5
Applied taylor 0.0
Taylor expanded around 0 0.0
Total time: 25.8s Debug log
Please include this information when filing a bug report:
herbie --seed '#(73855843 835077748 1675548083 3248745357 609870469 3773228227)'
(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))))