


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -3.9996729660226635e+88Initial program 42.2
rmApplied div-inv42.2
Taylor expanded around -inf 4.2
if -3.9996729660226635e+88 < b/2 < -9.051221972079937e-232Initial program 7.2
rmApplied div-inv7.4
if -9.051221972079937e-232 < b/2 < 5.445054255281422e+99Initial program 28.9
rmApplied div-inv28.9
rmApplied flip-+29.1
Applied associate-*l/29.1
Applied simplify8.4
if 5.445054255281422e+99 < b/2 Initial program 59.3
Taylor expanded around inf 14.0
Applied simplify2.6
Time bar (total: 43.1s)Debug logProfile
herbie shell --seed '#(1070355188 2193211668 3977393919 3454156579 3755371326 1656365382)'
(FPCore (a b/2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))