


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.64789921607571e+123Initial program 35.0
Applied taylor 8.1
Taylor expanded around -inf 8.1
Applied simplify 0.9
rmApplied div-inv 1.1
if -1.64789921607571e+123 < b < 9.141549925217606e+73Initial program 8.8
rmApplied add-sqr-sqrt 9.0
if 9.141549925217606e+73 < b Initial program 42.2
Applied taylor 10.8
Taylor expanded around inf 10.8
Applied simplify 0.0
Applied simplify 0.0
Time bar (total: 15.8s) Debug logProfile
Please include this information when filing a bug report:
herbie shell --seed '#(1064524629 4159152179 2999149171 575749698 4006532819 692958815)'
(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)))))))