


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.3890519713504632e+66Initial program 26.6
Taylor expanded around -inf 6.7
Applied simplify3.2
if -1.3890519713504632e+66 < b < 7.638735279143046e-279Initial program 8.1
rmApplied flip--8.1
Applied simplify8.1
if 7.638735279143046e-279 < b < 2.766211155591128e+18Initial program 9.2
Taylor expanded around -inf 9.2
Applied simplify9.2
if 2.766211155591128e+18 < b Initial program 32.9
Taylor expanded around inf 10.6
Applied simplify6.2
Time bar (total: 32.8s)Debug logProfile
herbie shell --seed '#(1070355188 2193211668 3977393919 3454156579 3755371326 1656365382)'
(FPCore (a b c)
:name "jeff quadratic root 1"
(if (>= b 0) (/ (- (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ (* 2 c) (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))))))