


Bits error versus a



Bits error versus b



Bits error versus c
if b < -4.640885100442221e+116Initial program 47.1
Taylor expanded around -inf 8.4
Applied simplify2.3
if -4.640885100442221e+116 < b < 7.002427730873899e+121Initial program 8.4
rmApplied add-sqr-sqrt8.4
Applied sqrt-prod8.6
if 7.002427730873899e+121 < b Initial program 33.9
Taylor expanded around inf 6.3
Applied simplify2.0
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed '#(1070386091 2509006183 1430610344 1025408621 36622005 1425925650)'
(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))))