


Bits error versus a



Bits error versus b



Bits error versus c
if b < -5.8778289665574476e+153Initial program 60.9
Taylor expanded around -inf 10.4
Applied simplify1.4
if -5.8778289665574476e+153 < b < 1.079324365948656e+78Initial program 9.1
rmApplied add-cube-cbrt9.3
Applied sqrt-prod9.3
Applied simplify9.3
if 1.079324365948656e+78 < b Initial program 27.2
Taylor expanded around inf 7.1
Applied simplify3.2
Taylor expanded around -inf 3.2
Time bar (total: 1.0m)Debug logProfile
herbie shell --seed '#(1070258749 1877548225 2229079127 1588002776 3179087814 1886870650)' +o rules:numerics
(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))))