


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -8.917215315272224e+27Initial program 31.9
Taylor expanded around -inf 11.5
Applied simplify6.8
if -8.917215315272224e+27 < b/2 < 2.7753668003366157e-192Initial program 10.7
if 2.7753668003366157e-192 < b/2 < 3.153924085667979e+60Initial program 35.1
rmApplied clear-num35.1
Applied simplify35.1
rmApplied flip--35.2
Applied simplify16.7
if 3.153924085667979e+60 < b/2 Initial program 56.3
Taylor expanded around inf 14.9
Applied simplify4.1
Time bar (total: 1.4m)Debug logProfile
herbie shell --seed '#(1070960995 739739648 2531964651 3069671617 351857262 3877178482)' +o rules:numerics
(FPCore (a b/2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))