



Bits error versus a




Bits error versus b




Bits error versus eps
| Original | 62.0 |
|---|---|
| Comparison | 15.1 |
| Herbie | 0.0 |
Initial program 62.0
Applied taylor 0.0
Taylor expanded around 0 0.0
Time bar (total: 6.9s) Debug logProfile
Please include this information when filing a bug report:
herbie shell --seed '#(1067901057 3396600083 3715501224 3126139233 3908045574 1593683916)'
(FPCore (a b eps)
:name "expq3 (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))))