


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -3.034996932059722e+130Initial program 53.8
rmApplied div-inv53.9
Taylor expanded around -inf 2.9
if -3.034996932059722e+130 < b/2 < 5.7605475254338546e-192Initial program 9.6
rmApplied div-inv9.8
if 5.7605475254338546e-192 < b/2 < 33.085739743706526Initial program 31.0
rmApplied flip-+31.1
Applied simplify18.3
if 33.085739743706526 < b/2 Initial program 55.3
Taylor expanded around inf 17.5
Applied simplify6.1
Time bar (total: 50.6s)Debug logProfile
herbie shell --seed '#(1064300848 3212030778 2049303162 3567222883 2277747821 1384278011)' +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))