


Bits error versus a



Bits error versus b/2



Bits error versus c
if (/ b/2 -1/2) < -5.9036366863779675e-19 or -4.5628751482318626e-119 < (/ b/2 -1/2) < -1.5369932296683007e-132Initial program 54.1
Taylor expanded around inf 18.2
Applied simplify6.8
if -5.9036366863779675e-19 < (/ b/2 -1/2) < -4.5628751482318626e-119Initial program 35.4
rmApplied flip-+35.5
Applied simplify18.1
if -1.5369932296683007e-132 < (/ b/2 -1/2) < 105.97948941423607Initial program 12.3
rmApplied div-inv12.4
if 105.97948941423607 < (/ b/2 -1/2) Initial program 29.7
Taylor expanded around -inf 8.2
Time bar (total: 1.2m)Debug logProfile
herbie shell --seed '#(1070706311 3771791028 4128836681 4194990999 2341756049 504035650)' +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))