


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -1.2181492333459528e-63Initial program 53.3
rmApplied flip--53.3
Applied simplify25.1
Taylor expanded around -inf 18.8
Applied simplify8.1
if -1.2181492333459528e-63 < b/2 < 9.622889278670843e+25Initial program 14.5
rmApplied clear-num14.6
if 9.622889278670843e+25 < b/2 Initial program 34.0
Taylor expanded around inf 10.7
Applied simplify6.4
Time bar (total: 43.0s)Debug logProfile
herbie shell --seed '#(1064269945 2896236262 301053905 1701069080 1701464310 1614783279)' +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))