


Bits error versus a



Bits error versus b



Bits error versus c
if b < -9.014519198370191e+91Initial program 43.4
Taylor expanded around -inf 10.1
Applied simplify3.8
Applied simplify3.8
if -9.014519198370191e+91 < b < 4.371091140357134e+91Initial program 8.9
rmApplied add-sqr-sqrt8.9
Applied sqrt-prod9.0
if 4.371091140357134e+91 < b Initial program 28.6
Taylor expanded around inf 6.3
Applied simplify2.4
pow expressions.Time bar (total: 1.2m)Debug logProfile
herbie shell --seed '#(1063154770 1824007522 645063331 41291047 494775821 1237684644)'
(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))))