


Bits error versus a



Bits error versus b



Bits error versus c
if b < -3.9482035560034934e+125Initial program 33.6
Taylor expanded around -inf 7.3
Applied simplify0.7
if -3.9482035560034934e+125 < b < 3.1746500024866854e+75Initial program 8.6
rmApplied add-sqr-sqrt8.6
Applied sqrt-prod8.7
if 3.1746500024866854e+75 < b Initial program 42.0
Taylor expanded around inf 12.0
Applied simplify0.0
Applied simplify0.0
pow expressions.Time bar (total: 2.1m)Debug logProfile
herbie shell --seed '#(1062930989 876886121 3990119081 3032829768 3060892583 1929069376)'
(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)))))))