


Bits error versus a



Bits error versus b2



Bits error versus c
if b2 < -4.028298909023817e+63Initial program 56.3
Taylor expanded around -inf 14.5
Applied simplify3.4
if -4.028298909023817e+63 < b2 < -6.162851395522511e-154Initial program 36.9
rmApplied flip--37.0
Applied simplify15.8
if -6.162851395522511e-154 < b2 < 4.4788708655259834e+105Initial program 10.7
if 4.4788708655259834e+105 < b2 Initial program 45.6
rmApplied div-inv45.7
Taylor expanded around inf 10.9
Applied simplify4.4
Time bar (total: 1.7m)Debug log
herbie shell --seed '#(1743936871 1855164119 3668777427 1254258049 132811564 1366975197)'
(FPCore (a b2 c)
:name "NMSE problem 3.2.1, negative"
:pre (and (>= (* b2 b2) (* a c)) (!= a 0))
(/ (- (- b2) (sqrt (- (* b2 b2) (* a c)))) a))