


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.71075788809424871e87Initial program 30.1
Taylor expanded around inf 30.1
Simplified30.1
Taylor expanded around -inf 7.4
Simplified3.4
Taylor expanded around 0 3.4
Simplified3.4
rmApplied add-exp-log3.4
if -1.71075788809424871e87 < b < 2.3540792276628007e82Initial program 9.2
Simplified9.3
if 2.3540792276628007e82 < b Initial program 43.8
Taylor expanded around inf 10.1
Simplified4.3
Taylor expanded around -inf 4.3
Simplified4.3
Taylor expanded around 0 4.1
Simplified4.1
rmApplied add-sqr-sqrt4.1
Applied times-frac4.1
Simplified4.1
Simplified4.1
Final simplification6.9
herbie shell --seed 2020179
(FPCore (a b c)
:name "jeff quadratic root 1"
:precision binary64
(if (>= b 0.0) (/ (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) (* 2.0 a)) (/ (* 2.0 c) (+ (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))))))