


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -4.454804573053783e+70Initial program 39.3
rmApplied div-inv39.4
Taylor expanded around -inf 4.2
if -4.454804573053783e+70 < b/2 < 1.1917534371138664e-150Initial program 11.3
rmApplied div-inv11.4
if 1.1917534371138664e-150 < b/2 < 4.8961766382056855e+89Initial program 37.6
rmApplied flip-+37.7
Applied simplify16.3
if 4.8961766382056855e+89 < b/2 Initial program 57.7
Taylor expanded around inf 14.1
Applied simplify2.7
Time bar (total: 34.0s)Debug logProfile
herbie shell --seed '#(1070227846 1561819246 480764335 4016816270 2602869839 2117310382)'
(FPCore (a b/2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))