


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -4.005537006288397e-85Initial program 51.7
Taylor expanded around -inf 20.9
Applied simplify10.3
if -4.005537006288397e-85 < b/2 < 1.026219862232508e+81Initial program 12.4
rmApplied clear-num12.6
if 1.026219862232508e+81 < b/2 Initial program 40.7
Taylor expanded around inf 4.9
Time bar (total: 35.6s)Debug logProfile
herbie shell --seed '#(1070258749 1877548225 2229079127 1588002776 3179087814 1886870650)' +o rules:numerics
(FPCore (a b/2 c)
:name "NMSE problem 3.2.1"
(/ (- (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))