


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.4471521473484649e+72Initial program 37.8
Taylor expanded around -inf 8.8
Applied simplify4.1
rmApplied clear-num4.1
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 27.3
Taylor expanded around -inf 27.3
Applied simplify27.3
rmApplied clear-num27.7
Taylor expanded around inf 3.0
Applied simplify3.0
pow expressions.Time bar (total: 1.7m)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))))