


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.0585741497101552e+154Initial program 60.7
Taylor expanded around -inf 12.0
Applied simplify0.1
Applied simplify0.1
if -1.0585741497101552e+154 < b < 1.0244173466240916e+81Initial program 9.0
rmApplied add-sqr-sqrt9.0
Applied sqrt-prod9.1
if 1.0244173466240916e+81 < b Initial program 29.9
Taylor expanded around inf 7.3
Applied simplify1.3
pow expressions.Time bar (total: 1.6m)Debug log
herbie shell --seed '#(1567391828 2030694642 2833800258 828025724 3004380912 3532991858)' +o setup:early-exit +o reduce:binary-search
(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))))