


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -6.381156137519095e+117Initial program 48.2
rmApplied div-inv48.2
Taylor expanded around -inf 2.7
if -6.381156137519095e+117 < b/2 < 3.1658320264775957e-169Initial program 9.9
rmApplied div-inv10.0
if 3.1658320264775957e-169 < b/2 < 2.1421475396766052e+88Initial program 37.1
rmApplied flip-+37.1
Applied simplify15.6
if 2.1421475396766052e+88 < b/2 Initial program 58.3
Taylor expanded around inf 15.0
Applied simplify2.4
pow expressions.Time bar (total: 1.4m)Debug logProfile
herbie shell --seed '#(1063058331 1508344079 3191715834 2470104540 4213459606 1468189912)'
(FPCore (a b/2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))