



Bits error versus c_p




Bits error versus c_n




Bits error versus t




Bits error versus s
| Original | 3.9 |
|---|---|
| Target | 2.1 |
| Herbie | 1.3 |
if (- s) < -526.8441697258958 or 367982359.6845051 < (- s) Initial program 3.8
Taylor expanded around 0 1.5
Applied simplify1.5
if -526.8441697258958 < (- s) < 367982359.6845051Initial program 4.1
Taylor expanded around 0 1.2
Applied simplify1.2
Time bar (total: 4.1m)Debug logProfile
herbie shell --seed '#(1070960995 739739648 2531964651 3069671617 351857262 3877178482)'
(FPCore (c_p c_n t s)
:name "Harley's example"
:pre (and (< 0 c_p) (< 0 c_n))
:herbie-target
(* (pow (/ (+ 1 (exp (- t))) (+ 1 (exp (- s)))) c_p) (pow (/ (+ 1 (exp t)) (+ 1 (exp s))) c_n))
(/ (* (pow (/ 1 (+ 1 (exp (- s)))) c_p) (pow (- 1 (/ 1 (+ 1 (exp (- s))))) c_n)) (* (pow (/ 1 (+ 1 (exp (- t)))) c_p) (pow (- 1 (/ 1 (+ 1 (exp (- t))))) c_n))))