


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -1.771260523763029e+22Initial program 56.1
Taylor expanded around -inf 16.7
Applied simplify5.1
if -1.771260523763029e+22 < b/2 < -5.3932529396117316e-179Initial program 32.9
rmApplied flip--33.0
Applied simplify15.7
if -5.3932529396117316e-179 < b/2 < 4.352891391928052e+102Initial program 10.6
rmApplied div-inv10.8
if 4.352891391928052e+102 < b/2 Initial program 44.7
rmApplied clear-num44.8
Taylor expanded around inf 10.6
Applied simplify4.1
Time bar (total: 34.4s)Debug logProfile
herbie shell --seed '#(1064397287 3527694221 3797617954 1138343853 2854031332 1153838279)'
(FPCore (a b/2 c)
:name "quad2m (problem 3.2.1, negative)"
(/ (- (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))