


Bits error versus a



Bits error versus b_2



Bits error versus c
Results
if b_2 < -1.464587287573873e+113Initial program 48.3
Taylor expanded around -inf 9.8
Applied simplify3.9
if -1.464587287573873e+113 < b_2 < 1.4682071108362626e-308Initial program 8.8
rmApplied clear-num9.0
Applied simplify9.0
if 1.4682071108362626e-308 < b_2 < 1.0184289017218748e+20Initial program 27.5
rmApplied flip-+27.6
Applied simplify16.5
if 1.0184289017218748e+20 < b_2 Initial program 55.7
Taylor expanded around inf 15.7
Applied simplify4.7
Time bar (total: 1.7m)Debug logProfile
herbie shell --seed 2018167 +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))