


Bits error versus a



Bits error versus b



Bits error versus c
if b < -5.073637260010443e+152Initial program 36.9
Taylor expanded around -inf 6.9
Applied simplify0.7
rmApplied add-cube-cbrt0.7
if -5.073637260010443e+152 < b < 1.1498155483847317e+81Initial program 7.9
rmApplied add-sqr-sqrt7.9
Applied sqrt-prod8.0
if 1.1498155483847317e+81 < b Initial program 43.7
Taylor expanded around inf 11.4
Applied simplify0.0
Applied simplify0.0
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 1"
(if (>= b 0) (/ (- (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ (* 2 c) (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))))))