


Bits error versus a



Bits error versus b_2



Bits error versus c
Results
if (/ -1/2 b_2) < -1.220043164982416e+37Initial program 22.7
rmApplied div-inv22.8
if -1.220043164982416e+37 < (/ -1/2 b_2) < -8.129679970553972e-307Initial program 54.0
Taylor expanded around inf 17.5
Applied simplify7.1
if -8.129679970553972e-307 < (/ -1/2 b_2) < 1.2469313830977722e-93Initial program 43.7
Taylor expanded around -inf 4.1
if 1.2469313830977722e-93 < (/ -1/2 b_2) Initial program 8.9
rmApplied div-inv9.0
Time bar (total: 1.5m)Debug logProfile
herbie shell --seed 2019053
(FPCore (a b_2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b_2) (sqrt (- (* b_2 b_2) (* a c)))) a))