


Bits error versus a



Bits error versus b



Bits error versus c
if b < -4.072401843866691e+122Initial program 51.3
Applied taylor 12.7
Taylor expanded around -inf 12.7
Applied simplify 0.0
Applied simplify 0.0
if -4.072401843866691e+122 < b < 9.141549925217606e+73Initial program 9.0
rmApplied add-sqr-sqrt 9.1
if 9.141549925217606e+73 < b Initial program 29.2
Applied taylor 7.5
Taylor expanded around inf 7.5
Applied simplify 1.5
Time bar (total: 16.2s) 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 2"
(if (>= b 0) (/ (* 2 c) (- (- b) (sqrt (- (sqr b) (* (* 4 a) c))))) (/ (+ (- b) (sqrt (- (sqr b) (* (* 4 a) c)))) (* 2 a))))