


Bits error versus a



Bits error versus b/2



Bits error versus c
if (/ -1/2 b/2) < -1.0745870808200606e+31Initial program 22.7
rmApplied flip-+22.8
Applied simplify17.4
if -1.0745870808200606e+31 < (/ -1/2 b/2) < 5.556411876757934e-295Initial program 54.1
rmApplied flip-+54.2
Applied simplify27.7
Taylor expanded around inf 18.8
Applied simplify8.1
if 5.556411876757934e-295 < (/ -1/2 b/2) < 7.80568394574664e-157Initial program 60.8
Taylor expanded around -inf 9.2
Applied simplify1.7
if 7.80568394574664e-157 < (/ -1/2 b/2) Initial program 7.9
rmApplied div-inv8.1
Time bar (total: 1.5m)Debug logProfile
herbie shell --seed '#(1070386091 2509006183 1430610344 1025408621 36622005 1425925650)' +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))