


Bits error versus a



Bits error versus b



Bits error versus c
if b < -5.073637260010443e+152Initial program 36.4
Taylor expanded around -inf 6.0
Applied simplify1.3
rmApplied add-cube-cbrt1.3
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 41.1
Taylor expanded around inf 9.8
Applied simplify4.2
Applied simplify4.2
pow expressions.Time bar (total: 1.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)))))))