


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -1.0425438267508959e-10Initial program 54.7
Taylor expanded around -inf 17.2
Applied simplify6.1
if -1.0425438267508959e-10 < b/2 < -4.9359430884765427e-250Initial program 27.2
rmApplied flip--27.4
Applied simplify17.6
Applied simplify17.6
if -4.9359430884765427e-250 < b/2 < 2.1163211128201421e+74Initial program 9.6
rmApplied clear-num9.7
if 2.1163211128201421e+74 < b/2 Initial program 39.2
Taylor expanded around inf 9.8
Applied simplify5.0
Time bar (total: 1.4m)Debug logProfile
herbie shell --seed '#(1070960995 739739648 2531964651 3069671617 351857262 3877178482)' +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))