


Bits error versus a



Bits error versus b_2



Bits error versus c
Results
if (/ c (* (- 1/2) (/ c b_2))) < -6.559374218424621e+128Initial program 48.4
Taylor expanded around inf 10.0
Applied simplify2.7
if -6.559374218424621e+128 < (/ c (* (- 1/2) (/ c b_2))) < 9.006552185340026e-127Initial program 11.7
rmApplied div-sub11.7
if 9.006552185340026e-127 < (/ c (* (- 1/2) (/ c b_2))) < 2.8868738160878425e+96Initial program 42.1
rmApplied flip--42.2
Applied simplify15.2
Applied simplify15.2
rmApplied div-inv15.2
if 2.8868738160878425e+96 < (/ c (* (- 1/2) (/ c b_2))) Initial program 57.0
rmApplied flip--57.1
Applied simplify31.2
Applied simplify31.2
rmApplied div-inv31.2
Taylor expanded around -inf 14.0
Applied simplify2.5
Time bar (total: 1.9m)Debug logProfile
herbie shell --seed 2018193 +o rules:numerics
(FPCore (a b_2 c)
:name "quad2m (problem 3.2.1, negative)"
(/ (- (- b_2) (sqrt (- (* b_2 b_2) (* a c)))) a))