


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.3628056667376623e+154Initial program 60.9
Applied simplify60.8
Taylor expanded around 0 60.8
Taylor expanded around -inf 52.2
if -1.3628056667376623e+154 < b < 3.104069833466153e+121Initial program 8.7
Applied simplify8.7
rmApplied add-sqr-sqrt8.7
Applied sqrt-prod8.8
rmApplied add-cube-cbrt8.9
if 3.104069833466153e+121 < b Initial program 32.5
Applied simplify32.5
Taylor expanded around 0 1.9
rmApplied add-sqr-sqrt1.9
Time bar (total: 1.8m)Debug logProfile
herbie shell --seed '#(1070609872 3456127585 2380521889 2328837196 1765472538 734540918)' +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))))