


Bits error versus a



Bits error versus b2



Bits error versus c
if b2 < -1.762802445767182e+83Initial program 41.5
rmApplied div-inv41.5
Taylor expanded around -inf 3.9
if -1.762802445767182e+83 < b2 < 2.0436989411471357e-114Initial program 11.5
if 2.0436989411471357e-114 < b2 Initial program 51.2
rmApplied flip-+51.2
Applied simplify24.5
Taylor expanded around inf 22.2
Applied simplify10.9
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, positive"
:pre (and (>= (* b2 b2) (* a c)) (!= a 0))
(/ (+ (- b2) (sqrt (- (* b2 b2) (* a c)))) a))