


Bits error versus a



Bits error versus b_2



Bits error versus c
Results
if b_2 < -3.127409135042727e+57Initial program 37.8
Taylor expanded around -inf 10.2
Applied simplify4.8
if -3.127409135042727e+57 < b_2 < 2.0235608382892735e-112Initial program 12.1
rmApplied clear-num12.2
Applied simplify12.2
if 2.0235608382892735e-112 < b_2 < 2.245904768463251e+65Initial program 39.8
rmApplied flip-+39.9
Applied simplify15.2
if 2.245904768463251e+65 < b_2 Initial program 56.6
Taylor expanded around inf 15.1
Applied simplify4.0
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed 2018201 +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))