


Bits error versus a



Bits error versus b



Bits error versus c
if b < -2.950986995457605e+147Initial program 35.4
Taylor expanded around -inf 6.5
Applied simplify1.7
if -2.950986995457605e+147 < b < 2.218223989162982e+84Initial program 8.7
rmApplied add-cube-cbrt8.9
Applied sqrt-prod8.9
Applied simplify8.9
if 2.218223989162982e+84 < b Initial program 42.9
Taylor expanded around inf 10.2
Applied simplify4.1
rmApplied div-inv4.1
pow expressions.Time bar (total: 1.5m)Debug logProfile
herbie shell --seed '#(1063313015 2771194459 1594909340 1344785158 2223560818 546365448)'
(FPCore (a b c)
:name "jeff quadratic root 1"
(if (>= b 0) (/ (- (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ (* 2 c) (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))))))