


Bits error versus a



Bits error versus b/2



Bits error versus c
if (/ -1/2 b/2) < -4.566008549112679e+25Initial program 22.6
rmApplied flip-+22.7
Applied simplify16.4
if -4.566008549112679e+25 < (/ -1/2 b/2) < 1.1505889895659891e-296Initial program 54.2
rmApplied flip-+54.3
Applied simplify26.7
Taylor expanded around inf 18.2
Applied simplify7.6
if 1.1505889895659891e-296 < (/ -1/2 b/2) < 4.650924575853574e-151Initial program 59.8
Taylor expanded around -inf 2.4
if 4.650924575853574e-151 < (/ -1/2 b/2) Initial program 8.9
Time bar (total: 49.3s)Debug logProfile
herbie shell --seed '#(1064269945 2896236262 301053905 1701069080 1701464310 1614783279)' +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))