


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.5023809489540946e+154Initial program 60.9
Applied simplify60.8
Taylor expanded around 0 60.8
Taylor expanded around -inf 52.2
if -1.5023809489540946e+154 < b < 9.060638601485591e+120Initial program 9.0
Applied simplify9.0
rmApplied add-sqr-sqrt9.0
Applied sqrt-prod9.1
if 9.060638601485591e+120 < b Initial program 33.1
Applied simplify33.1
Taylor expanded around inf 6.0
Applied simplify1.8
rmApplied clear-num2.7
Time bar (total: 26.4s)Debug logProfile
herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)' +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))))