


Bits error versus a



Bits error versus b



Bits error versus c
Results
if b < -6.358942485269841e+112Initial program 48.3
Taylor expanded around -inf 3.0
if -6.358942485269841e+112 < b < 5.6739031961074284e-89Initial program 12.4
if 5.6739031961074284e-89 < b Initial program 52.2
Taylor expanded around inf 10.1
Simplified10.1
Final simplification10.1
Time bar (total: 40.7s)Debug logProfile
herbie shell --seed 2018256
(FPCore (a b c)
:name "Quadratic roots, full range"
(/ (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)))