


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.7498135940077792e+139 or 7.7635612098687e+72 < b Initial program 37.5
Taylor expanded around -inf 22.2
Applied simplify19.8
Taylor expanded around 0 2.8
if -1.7498135940077792e+139 < b < 2.179315133498183e-296Initial program 8.0
rmApplied flip--8.0
Applied simplify8.0
Applied simplify8.0
if 2.179315133498183e-296 < b < 7.7635612098687e+72Initial program 9.4
rmApplied flip-+9.4
Applied simplify9.4
Applied simplify9.4
Time bar (total: 1.4m)Debug logProfile
herbie shell --seed '#(1070991898 1055468627 4280279443 640792587 928206309 3646738750)' +o rules:numerics
(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)))))))