


Bits error versus a



Bits error versus b/2



Bits error versus c
if (/ -1/2 b/2) < -1.5158345209895667e-120Initial program 8.2
rmApplied div-inv8.4
if -1.5158345209895667e-120 < (/ -1/2 b/2) < -3.4125828062327587e-302Initial program 48.4
Taylor expanded around inf 11.1
Applied simplify3.7
if -3.4125828062327587e-302 < (/ -1/2 b/2) < 2.8875740751267455e+61Initial program 53.1
Taylor expanded around -inf 20.0
Applied simplify9.3
if 2.8875740751267455e+61 < (/ -1/2 b/2) Initial program 21.6
rmApplied flip--21.8
Applied simplify17.4
Applied simplify17.4
Time bar (total: 1.4m)Debug logProfile
herbie shell --seed '#(1070706311 3771791028 4128836681 4194990999 2341756049 504035650)' +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))