


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.4676243183549563e+66Initial program 38.1
Taylor expanded around -inf 9.8
Applied simplify4.6
rmApplied div-inv4.6
if -1.4676243183549563e+66 < b < 2.766211155591128e+18Initial program 8.6
rmApplied add-sqr-sqrt8.6
Applied sqrt-prod8.8
if 2.766211155591128e+18 < b Initial program 23.0
Taylor expanded around inf 7.8
Applied simplify4.6
Time bar (total: 1.2m)Debug logProfile
herbie shell --seed '#(1070355188 2193211668 3977393919 3454156579 3755371326 1656365382)' +o rules:numerics
(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))))