


Bits error versus a



Bits error versus b



Bits error versus c
Results
if b < -1.343843945052644e+154Initial program 60.9
Taylor expanded around -inf 10.8
Applied simplify2.5
if -1.343843945052644e+154 < b < 8.022931310201715e+36Initial program 9.4
rmApplied add-sqr-sqrt9.4
Applied sqrt-prod9.5
if 8.022931310201715e+36 < b Initial program 24.1
Taylor expanded around inf 7.2
Applied simplify3.8
Time bar (total: 1.6m)Debug logProfile
herbie shell --seed 2020178
(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))))