


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.4471521473484649e+72Initial program 40.5
Taylor expanded around -inf 9.8
Applied simplify0.0
rmApplied clear-num0.0
if -1.4471521473484649e+72 < b < 1.1498155483847317e+81Initial program 8.6
rmApplied add-sqr-sqrt8.6
Applied sqrt-prod8.8
if 1.1498155483847317e+81 < b Initial program 29.8
Taylor expanded around -inf 29.8
Applied simplify29.8
rmApplied clear-num30.2
Taylor expanded around inf 0
Applied simplify0
pow expressions.Time bar (total: 2.6m)Debug logProfile
herbie shell --seed '#(1063027428 1192549564 1443466578 604016274 3637110559 1698629644)'
(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))))