



Bits error versus x
| Original | 59.0 |
|---|---|
| Comparison | 0.5 |
| Herbie | 0.0 |
Initial program 59.0
rmApplied add-sqr-sqrt 59.1
Applied difference-of-sqr-1 59.1
Applied taylor 0.0
Taylor expanded around 0 0.0
Applied simplify 0.0
Time bar (total: 6.9s) Debug logProfile
Please include this information when filing a bug report:
herbie shell --seed '#(1064651971 495577305 2200811460 13024471 864198081 231948279)'
(FPCore (x)
:name "expm1 (example 3.7)"
:pre (< -0.00017 x)
:target
(* x (+ (+ 1 (/ x 2)) (/ (sqr x) 6)))
(- (exp x) 1))