


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.3628056667376623e+154Initial program 60.9
Taylor expanded around -inf 2.1
Applied simplify2.1
if -1.3628056667376623e+154 < b < 4.284496431235526e-145Initial program 10.7
if 4.284496431235526e-145 < b < 6.619815002390032e+34Initial program 36.2
rmApplied flip-+36.3
Applied simplify17.0
if 6.619815002390032e+34 < b Initial program 55.5
Taylor expanded around inf 43.1
Applied simplify4.3
Time bar (total: 2.5m)Debug logProfile
herbie shell --seed '#(1070609872 3456127585 2380521889 2328837196 1765472538 734540918)' +o rules:numerics
(FPCore (a b c)
:name "Quadratic roots, full range"
(/ (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)))