


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.627752103991625e+129Initial program 32.9
Taylor expanded around -inf 5.7
Applied simplify1.8
if -1.627752103991625e+129 < b < -5.9372574616144e-311Initial program 9.3
rmApplied flip--9.3
Applied simplify9.3
if -5.9372574616144e-311 < b < 7.003102408185468e+118Initial program 8.7
Taylor expanded around -inf 8.7
Applied simplify8.7
if 7.003102408185468e+118 < b Initial program 49.5
Taylor expanded around inf 9.9
Applied simplify3.0
rmApplied add-cube-cbrt3.0
pow expressions.Time bar (total: 1.6m)Debug logProfile
herbie shell --seed '#(1063282112 2455465480 4141627379 3773598652 1647277307 776739644)'
(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)))))))