


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -3.615631846772334e+78Initial program 58.1
Taylor expanded around -inf 14.5
Applied simplify3.1
if -3.615631846772334e+78 < b/2 < -6.177983723551376e-248Initial program 33.3
rmApplied flip--33.4
Applied simplify16.1
Applied simplify16.1
if -6.177983723551376e-248 < b/2 < 9.149481453724965e+131Initial program 9.5
rmApplied clear-num9.6
if 9.149481453724965e+131 < b/2 Initial program 53.9
Taylor expanded around inf 10.4
Applied simplify2.9
Time bar (total: 1.2m)Debug logProfile
herbie shell --seed '#(1071119240 1686926585 3481876196 78132896 2080707795 3185793749)' +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))