


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.3459255773597744e+154Initial program 61.0
Applied simplify60.9
Taylor expanded around 0 60.9
Taylor expanded around -inf 52.3
if -1.3459255773597744e+154 < b < 2.580734656412246e+146Initial program 8.5
Applied simplify8.5
rmApplied add-sqr-sqrt8.5
Applied sqrt-prod8.6
if 2.580734656412246e+146 < b Initial program 38.5
Applied simplify38.4
Taylor expanded around inf 7.0
Applied simplify1.4
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed '#(1072330854 3074818769 591214268 3603999196 3863745332 3332387116)' +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))))