


Bits error versus a



Bits error versus b



Bits error versus c
if b < -7.833327672762858e+152Initial program 60.2
Taylor expanded around -inf 12.0
Applied simplify0.1
Applied simplify0.1
if -7.833327672762858e+152 < b < 1.7007616628281973e+81Initial program 9.0
rmApplied add-sqr-sqrt9.0
Applied sqrt-prod9.1
if 1.7007616628281973e+81 < b Initial program 29.9
Taylor expanded around inf 7.2
Applied simplify1.3
pow expressions.Time bar (total: 1.5m)Debug log
herbie shell --seed '#(1567391828 2030694642 2833800258 828025724 3004380912 3532991858)' +o setup:early-exit
(FPCore (a b c)
:name "jeff quadratic root 2"
(if (>= b 0) (/ (* 2 c) (- (- b) (sqrt (- (* b b) (* (* 4 a) c))))) (/ (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a))))