


Bits error versus a



Bits error versus b



Bits error versus c
if b < -3.27738173899066951e67Initial program 41.4
Taylor expanded around -inf 10.4
Simplified4.4
Taylor expanded around 0 4.3
Simplified4.3
if -3.27738173899066951e67 < b < 4.4305067213711337e95Initial program 9.0
rmApplied add-cube-cbrt9.2
Applied sqrt-prod9.2
Simplified9.2
Simplified9.2
if 4.4305067213711337e95 < b Initial program 28.5
Taylor expanded around inf 6.0
Simplified2.3
Final simplification6.7
herbie shell --seed 2020191
(FPCore (a b c)
:name "jeff quadratic root 2"
:precision binary64
(if (>= b 0.0) (/ (* 2.0 c) (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c))))) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) (* 2.0 a))))