


Bits error versus a



Bits error versus b



Bits error versus c
Initial program 43.3
rmApplied flip-+43.3
Applied simplify0.4
rmApplied clear-num0.5
Applied simplify0.4
Time bar (total: 56.2s)Debug logProfile
herbie shell --seed '#(1070227846 1561819246 480764335 4016816270 2602869839 2117310382)' +o rules:numerics
(FPCore (a b c)
:name "Quadratic roots, medium range"
:pre (and (< 1.1102230246251565e-16 a 9007199254740992.0) (< 1.1102230246251565e-16 b 9007199254740992.0) (< 1.1102230246251565e-16 c 9007199254740992.0))
(/ (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)))