


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.5023809489540946e+154Initial program 60.9
Applied simplify60.8
Taylor expanded around -inf 52.2
if -1.5023809489540946e+154 < b < 5.761969426420715e-61Initial program 13.1
Applied simplify13.1
rmApplied add-sqr-sqrt13.1
Applied sqrt-prod13.3
Applied fma-neg13.3
if 5.761969426420715e-61 < b Initial program 53.5
Applied simplify53.5
rmApplied clear-num53.5
Taylor expanded around 0 9.1
Applied simplify8.3
Time bar (total: 55.6s)Debug logProfile
herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)' +o rules:numerics
(FPCore (a b c)
:name "Quadratic roots, full range"
(/ (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)))