


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -2.788370916558726e+153Initial program 60.6
rmApplied div-inv60.6
Taylor expanded around -inf 0.0
if -2.788370916558726e+153 < b/2 < 7.580412743766101e-138Initial program 10.6
if 7.580412743766101e-138 < b/2 Initial program 58.7
Taylor expanded around inf 15.7
Applied simplify0.0
pow expressions.Time bar (total: 1.2m)Debug log
herbie shell --seed '#(1567391828 2030694642 2833800258 828025724 3004380912 3532991858)' +o reduce:binary-search
(FPCore (a b/2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))