


Bits error versus a



Bits error versus b



Bits error versus c
if b < -6.810633232149731e+112Initial program 32.5
Applied taylor 8.5
Taylor expanded around -inf 8.5
Applied simplify 1.4
if -6.810633232149731e+112 < b < 4.876491143107084e+155Initial program 9.1
rmApplied add-cube-cbrt 9.5
if 4.876491143107084e+155 < b Initial program 60.9
Applied taylor 12.5
Taylor expanded around inf 12.5
Applied simplify 0.0
Applied simplify 0.0
Applied simplify 0.0
Total time: 1.2m Debug log
Please include this information when filing a bug report:
herbie --seed '#(2987685063 2946129298 4140658802 4195022158 2050996147 1442004703)'
(FPCore (a b c)
:name "jeff quadratic root 1"
(if (>= b 0) (/ (- (- b) (sqrt (- (sqr b) (* (* 4 a) c)))) (* 2 a)) (/ (* 2 c) (+ (- b) (sqrt (- (sqr b) (* (* 4 a) c)))))))