


Bits error versus a



Bits error versus b



Bits error versus c
Results
if b < -6.051966000016539e+101Initial program 30.5
Taylor expanded around -inf 6.1
Applied simplify2.4
if -6.051966000016539e+101 < b < 1.2480783173924312e+119Initial program 8.9
rmApplied add-cube-cbrt9.1
Applied sqrt-prod9.1
Applied simplify9.1
if 1.2480783173924312e+119 < b Initial program 50.3
Taylor expanded around inf 9.8
Applied simplify2.9
Taylor expanded around -inf 2.9
Applied simplify2.9
Time bar (total: 1.3m)Debug logProfile
herbie shell --seed 2018208
(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)))))))