


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.8837874464567483e+137Initial program 35.1
Taylor expanded around -inf 6.1
Applied simplify1.6
if -1.8837874464567483e+137 < b < 4.854643826021821e+112Initial program 8.4
rmApplied add-sqr-sqrt8.6
rmApplied add-cube-cbrt8.7
if 4.854643826021821e+112 < b Initial program 47.4
Taylor expanded around inf 10.1
Applied simplify3.0
Applied simplify3.0
pow expressions.Time bar (total: 1.6m)Debug logProfile
herbie shell --seed '#(1063185673 2139736501 2393378123 1907444849 1070993796 1007244912)'
(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)))))))