


Bits error versus a



Bits error versus b



Bits error versus c
if b < -4.454804573053783e+70Initial program 39.3
Taylor expanded around -inf 9.0
Applied simplify4.2
rmApplied div-inv4.2
if -4.454804573053783e+70 < b < 9.901236603150729e+129Initial program 9.0
rmApplied add-sqr-sqrt9.0
Applied sqrt-prod9.1
if 9.901236603150729e+129 < b Initial program 32.7
Taylor expanded around inf 5.8
Applied simplify1.6
Time bar (total: 42.8s)Debug logProfile
herbie shell --seed '#(1070227846 1561819246 480764335 4016816270 2602869839 2117310382)'
(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))))