


Bits error versus a



Bits error versus b



Bits error versus c
if b < -538867.3583656808Initial program 30.0
Taylor expanded around -inf 11.9
Applied simplify7.9
if -538867.3583656808 < b < 6.644670438468338e+116Initial program 9.0
rmApplied add-sqr-sqrt9.0
Applied sqrt-prod9.1
if 6.644670438468338e+116 < b Initial program 31.9
Taylor expanded around inf 7.2
Applied simplify2.5
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed '#(1070706311 3771791028 4128836681 4194990999 2341756049 504035650)'
(FPCore (a b c)
:name "jeff quadratic root 2"
(if (>= b 0) (/ (* 2 c) (- (- b) (sqrt (- (* b b) (* (* 4 a) c))))) (/ (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a))))