


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.2993934856291524e+124Initial program 33.3
Taylor expanded around -inf 5.7
Applied simplify1.7
rmApplied clear-num2.3
Applied simplify2.3
if -1.2993934856291524e+124 < b < 2.5678886608363547e+130Initial program 8.7
rmApplied add-sqr-sqrt8.7
Applied sqrt-prod8.8
if 2.5678886608363547e+130 < b Initial program 49.5
Taylor expanded around inf 9.1
Applied simplify2.4
Time bar (total: 43.7s)Debug logProfile
herbie shell --seed '#(1070227846 1561819246 480764335 4016816270 2602869839 2117310382)'
(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)))))))