


Bits error versus a



Bits error versus b/2



Bits error versus c
if (/ b/2 -1/2) < -5.361121648143133e+118Initial program 48.9
Taylor expanded around inf 3.4
if -5.361121648143133e+118 < (/ b/2 -1/2) < 1.4821026702883985e-303Initial program 9.1
rmApplied div-inv9.3
if 1.4821026702883985e-303 < (/ b/2 -1/2) < 9.520254021401762e+19Initial program 28.3
rmApplied flip--28.4
Applied simplify17.7
Applied simplify17.7
rmApplied clear-num17.8
Applied simplify9.9
if 9.520254021401762e+19 < (/ b/2 -1/2) Initial program 55.6
Taylor expanded around -inf 15.4
Applied simplify5.0
Time bar (total: 58.6s)Debug logProfile
herbie shell --seed '#(1070864556 424010669 783715395 1203517814 4070606583 4107618214)'
(FPCore (a b/2 c)
:name "NMSE problem 3.2.1"
(/ (- (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))