


Bits error versus a



Bits error versus b



Bits error versus c
if b < -3.9482035560034934e+125Initial program 52.0
Taylor expanded around -inf 11.2
Applied simplify0.1
Applied simplify0.1
if -3.9482035560034934e+125 < b < 3.1746500024866854e+75Initial program 8.7
rmApplied add-sqr-sqrt8.7
Applied sqrt-prod8.8
if 3.1746500024866854e+75 < b Initial program 29.5
Taylor expanded around inf 8.2
Applied simplify1.5
Taylor expanded around inf 1.5
Applied simplify1.5
pow expressions.Time bar (total: 1.9m)Debug logProfile
herbie shell --seed '#(1062930989 876886121 3990119081 3032829768 3060892583 1929069376)'
(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))))