



Bits error versus a




Bits error versus b




Bits error versus eps
| Original | 62.0 |
|---|---|
| Comparison | 14.7 |
| Herbie | 0.0 |
Initial program 62.0
Applied taylor 0.0
Taylor expanded around 0 0.0
Total time: 1.2m Debug log
Please include this information when filing a bug report:
herbie --seed '#(4263623988 1447312695 958293476 348248209 309823126 3215035863)'
(FPCore (a b eps)
:name "NMSE problem 3.4.2"
:pre (and (< -1 eps) (< eps 1))
:target
(/ (+ a b) (* a b))
(/ (* eps (- (exp (* (+ a b) eps)) 1)) (* (- (exp (* a eps)) 1) (- (exp (* b eps)) 1))))