



Bits error versus x
| Original | 39.1 |
|---|---|
| Target | 0.3 |
| Herbie | 39.1 |
Initial program 39.1
pow expressions.Time bar (total: 14.0s)Debug log
herbie shell --seed '#(1567391828 2030694642 2833800258 828025724 3004380912 3532991858)' +o setup:early-exit +o reduce:binary-search
(FPCore (x)
:name "ln(1 + x)"
:herbie-target
(if (== (+ 1 x) 1) x (/ (* x (log (+ 1 x))) (- (+ 1 x) 1)))
(log (+ 1 x)))