


Bits error versus a



Bits error versus b_2



Bits error versus c
Results
if (/ b_2 -1/2) < -1.5102327952834505e+120Initial program 60.0
Taylor expanded around inf 15.1
Applied simplify2.0
if -1.5102327952834505e+120 < (/ b_2 -1/2) < -1.1596077636613173e-262Initial program 34.2
rmApplied flip-+34.4
Applied simplify15.7
if -1.1596077636613173e-262 < (/ b_2 -1/2) < 6.185182159427462e+103Initial program 8.9
rmApplied clear-num9.1
Applied simplify9.1
if 6.185182159427462e+103 < (/ b_2 -1/2) Initial program 44.5
Taylor expanded around -inf 9.6
Applied simplify3.3
Time bar (total: 1.3m)Debug logProfile
herbie shell --seed 2018296 +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))