


Bits error versus a



Bits error versus b_2



Bits error versus c
Results
if b_2 < -9.466382232385927e+88Initial program 41.8
Initial simplification41.8
Taylor expanded around -inf 4.4
if -9.466382232385927e+88 < b_2 < 1.0293007663908137e-45Initial program 14.2
Initial simplification14.2
Taylor expanded around 0 14.2
if 1.0293007663908137e-45 < b_2 Initial program 53.9
Initial simplification53.9
Taylor expanded around inf 7.4
Final simplification10.0
Time bar (total: 18.4s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 33.6 | 10.0 | 5.5 | 28.1 | 84% |
herbie shell --seed 2018297
(FPCore (a b_2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b_2) (sqrt (- (* b_2 b_2) (* a c)))) a))