


Bits error versus a



Bits error versus b



Bits error versus c
Initial program 44.0
Applied simplify44.0
rmApplied flip--44.0
Applied simplify0.4
rmApplied clear-num0.5
Time bar (total: 6.3m)Debug logProfile
herbie shell --seed '#(1070578969 3140398606 632207097 462683394 1189254563 964980650)' +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)))