



Bits error versus x
Results
| Original | 39.4 |
|---|---|
| Target | 0.2 |
| Herbie | 0.0 |
Initial program 39.4
Initial simplification0.0
Final simplification0.0
Time bar (total: 4.1s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 0.0 | 0.0 | 0.0 | 0.0 | 100% |
herbie shell --seed 2018290 +o rules:numerics
(FPCore (x)
:name "ln(1 + x)"
:herbie-target
(if (== (+ 1 x) 1) x (/ (* x (log (+ 1 x))) (- (+ 1 x) 1)))
(log (+ 1 x)))