


Bits error versus a



Bits error versus b



Bits error versus c
if b < -4.91364093678162e+19Initial program 32.5
Taylor expanded around -inf 11.2
Applied simplify6.9
if -4.91364093678162e+19 < b < 1.4697873794893179e+110Initial program 9.3
rmApplied add-sqr-sqrt9.3
Applied sqrt-prod9.4
if 1.4697873794893179e+110 < b Initial program 31.6
Taylor expanded around inf 5.8
Applied simplify2.2
Time bar (total: 1.2m)Debug logProfile
herbie shell --seed '#(1070864556 424010669 783715395 1203517814 4070606583 4107618214)'
(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))))