



Bits error versus x
| Original | 52.6 |
|---|---|
| Target | 44.7 |
| Herbie | 44.9 |
Initial program 52.6
Applied simplify44.9
Time bar (total: 6.5s)Debug logProfile
herbie shell --seed '#(1071119240 1686926585 3481876196 78132896 2080707795 3185793749)' +o rules:numerics
(FPCore (x)
:name "Hyperbolic arcsine"
:herbie-target
(if (< x 0) (log (/ -1 (- x (sqrt (+ (* x x) 1))))) (log (+ x (sqrt (+ (* x x) 1)))))
(log (+ x (sqrt (+ (* x x) 1)))))