


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -8.541856046995584e+69Initial program 57.2
Taylor expanded around -inf 14.3
Applied simplify3.4
if -8.541856046995584e+69 < b/2 < -5.366872899550683e-159Initial program 36.2
rmApplied flip--36.3
Applied simplify15.3
Applied simplify15.3
if -5.366872899550683e-159 < b/2 < 3.0192952941142363e+105Initial program 10.1
rmApplied clear-num10.2
if 3.0192952941142363e+105 < b/2 Initial program 46.6
Taylor expanded around inf 9.8
Applied simplify3.6
Time bar (total: 1.4m)Debug logProfile
herbie shell --seed '#(1070833653 108281690 3330367898 3632331308 3494323072 43156186)' +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))