



Bits error versus x
Results
| Original | 29.9 |
|---|---|
| Target | 0.0 |
| Herbie | 0.0 |
if (+ (- (exp x) 2) (exp (- x))) < 0.014331332012292242Initial program 30.4
Initial simplification30.4
Taylor expanded around 0 0.0
if 0.014331332012292242 < (+ (- (exp x) 2) (exp (- x))) Initial program 0.6
Initial simplification0.6
rmApplied sub-neg0.6
Applied associate--l+0.6
Final simplification0.0
Time bar (total: 19.6s)Debug logProfile
herbie shell --seed 2018215
(FPCore (x)
:name "exp2 (problem 3.3.7)"
:herbie-target
(* 4 (pow (sinh (/ x 2)) 2))
(+ (- (exp x) 2) (exp (- x))))