


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -1.6867480356295008e+140Initial program 56.7
Taylor expanded around -inf 10.4
Applied simplify2.1
if -1.6867480356295008e+140 < b/2 < 3.2638354487258445e-106Initial program 12.2
rmApplied clear-num12.3
if 3.2638354487258445e-106 < b/2 Initial program 50.8
rmApplied flip-+50.9
Applied simplify24.4
Taylor expanded around inf 22.1
Applied simplify10.4
Time bar (total: 51.2s)Debug logProfile
herbie shell --seed '#(1070258749 1877548225 2229079127 1588002776 3179087814 1886870650)' +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))