


Bits error versus a



Bits error versus b



Bits error versus c
if b < 1.05967144796170832e-4Initial program 18.8
Simplified18.8
rmApplied flip--18.8
Simplified17.8
Simplified17.8
if 1.05967144796170832e-4 < b Initial program 46.1
Simplified46.1
Taylor expanded around inf 10.3
Final simplification10.8
herbie shell --seed 2020192
(FPCore (a b c)
:name "Quadratic roots, medium range"
:precision binary64
:pre (and (< 1.1102230246251565e-16 a 9007199254740992.0) (< 1.1102230246251565e-16 b 9007199254740992.0) (< 1.1102230246251565e-16 c 9007199254740992.0))
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) (* 2.0 a)))