


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -2.457418119489787e+19Initial program 32.4
Taylor expanded around -inf 11.2
Applied simplify6.7
if -2.457418119489787e+19 < b/2 < 1.5894297950996805e-161Initial program 11.8
rmApplied clear-num11.9
Applied simplify11.9
if 1.5894297950996805e-161 < b/2 < 2.649139789995478e+27Initial program 34.9
rmApplied flip-+35.0
Applied simplify17.7
if 2.649139789995478e+27 < b/2 Initial program 55.6
Taylor expanded around inf 15.2
Applied simplify4.5
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed '#(1070864556 424010669 783715395 1203517814 4070606583 4107618214)' +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))