



Bits error versus x
| Original | 58.5 |
|---|---|
| Target | 0.5 |
| Herbie | 0.5 |
Initial program 58.5
Taylor expanded around 0 0.5
Applied simplify0.5
Time bar (total: 50.6s)Debug logProfile
herbie shell --seed '#(1072840222 1305617769 1692503039 1353360431 4178980589 1488672652)'
(FPCore (x)
:name "expm1 (example 3.7)"
:pre (< -0.00017 x)
:herbie-target
(* x (+ (+ 1 (/ x 2)) (/ (* x x) 6)))
(- (exp x) 1))