


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.6684843221669249e+94Initial program 43.2
Taylor expanded around -inf 9.4
Applied simplify3.6
if -1.6684843221669249e+94 < b < 4.531260977661459e+121Initial program 9.0
rmApplied add-sqr-sqrt9.0
Applied sqrt-prod9.1
if 4.531260977661459e+121 < b Initial program 32.6
Taylor expanded around inf 6.7
Applied simplify1.7
Taylor expanded around -inf 1.7
Time bar (total: 1.3m)Debug logProfile
herbie shell --seed '#(1070609872 3456127585 2380521889 2328837196 1765472538 734540918)'
(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))))