


Bits error versus a



Bits error versus b_2



Bits error versus c
Results
if (/ c (* (- 1/2) (/ c b_2))) < -4.9118510920075794e+154Initial program 53.6
Taylor expanded around inf 10.1
Applied simplify2.2
if -4.9118510920075794e+154 < (/ c (* (- 1/2) (/ c b_2))) < 7.384686471104824e-127Initial program 11.6
rmApplied div-sub11.6
if 7.384686471104824e-127 < (/ c (* (- 1/2) (/ c b_2))) < 4.648685126630508e+95Initial program 42.1
rmApplied flip--42.1
Applied simplify15.1
Applied simplify15.1
rmApplied div-inv15.2
if 4.648685126630508e+95 < (/ c (* (- 1/2) (/ c b_2))) Initial program 57.0
rmApplied flip--57.0
Applied simplify31.1
Applied simplify31.1
Taylor expanded around -inf 14.0
Applied simplify2.5
Time bar (total: 1.8m)Debug logProfile
herbie shell --seed 2018193
(FPCore (a b_2 c)
:name "quad2m (problem 3.2.1, negative)"
(/ (- (- b_2) (sqrt (- (* b_2 b_2) (* a c)))) a))