\begin{array}{l}
\mathbf{if}\;b \geq 0:\\
\;\;\;\;\frac{\left(-b\right) - \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{2 \cdot a}\\
\mathbf{else}:\\
\;\;\;\;\frac{2 \cdot c}{\left(-b\right) + \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}\\
\end{array}\begin{array}{l}
\mathbf{if}\;\begin{array}{l}
\mathbf{if}\;b \geq 0:\\
\;\;\;\;\frac{\left(-b\right) - \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{a \cdot 2}\\
\mathbf{else}:\\
\;\;\;\;\frac{c \cdot 2}{\sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c} - b}\\
\end{array} \leq -\infty:\\
\;\;\;\;\begin{array}{l}
\mathbf{if}\;b \geq 0:\\
\;\;\;\;-0.5 \cdot \frac{b \cdot 2}{a}\\
\mathbf{else}:\\
\;\;\;\;c \cdot \frac{2}{\sqrt{b \cdot b - 4 \cdot \left(a \cdot c\right)} - b}\\
\end{array}\\
\mathbf{elif}\;\begin{array}{l}
\mathbf{if}\;b \geq 0:\\
\;\;\;\;\frac{\left(-b\right) - \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{a \cdot 2}\\
\mathbf{else}:\\
\;\;\;\;\frac{c \cdot 2}{\sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c} - b}\\
\end{array} \leq -4.8405022277685367 \cdot 10^{-268}:\\
\;\;\;\;\begin{array}{l}
\mathbf{if}\;b \geq 0:\\
\;\;\;\;-0.5 \cdot \frac{b + \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{a}\\
\mathbf{else}:\\
\;\;\;\;\frac{c \cdot 2}{\sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c} - b}\\
\end{array}\\
\mathbf{elif}\;\begin{array}{l}
\mathbf{if}\;b \geq 0:\\
\;\;\;\;\frac{\left(-b\right) - \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{a \cdot 2}\\
\mathbf{else}:\\
\;\;\;\;\frac{c \cdot 2}{\sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c} - b}\\
\end{array} \leq 0:\\
\;\;\;\;\begin{array}{l}
\mathbf{if}\;b \geq 0:\\
\;\;\;\;-0.5 \cdot \frac{b \cdot 2}{a}\\
\mathbf{else}:\\
\;\;\;\;\frac{c \cdot 2}{\left(2 \cdot \frac{a \cdot c}{b} - b\right) - b}\\
\end{array}\\
\mathbf{elif}\;\begin{array}{l}
\mathbf{if}\;b \geq 0:\\
\;\;\;\;\frac{\left(-b\right) - \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{a \cdot 2}\\
\mathbf{else}:\\
\;\;\;\;\frac{c \cdot 2}{\sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c} - b}\\
\end{array} \leq 1.8919833304554606 \cdot 10^{+230}:\\
\;\;\;\;\begin{array}{l}
\mathbf{if}\;b \geq 0:\\
\;\;\;\;-0.5 \cdot \frac{b + \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{a}\\
\mathbf{else}:\\
\;\;\;\;\frac{c \cdot 2}{\sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c} - b}\\
\end{array}\\
\mathbf{elif}\;b \geq 0:\\
\;\;\;\;-0.5 \cdot \frac{b \cdot 2}{a}\\
\mathbf{else}:\\
\;\;\;\;\frac{c \cdot 2}{b \cdot -2}\\
\end{array}(FPCore (a b c) :precision binary64 (if (>= b 0.0) (/ (- (- b) (sqrt (- (* b b) (* (* 4.0 a) c)))) (* 2.0 a)) (/ (* 2.0 c) (+ (- b) (sqrt (- (* b b) (* (* 4.0 a) c)))))))
(FPCore (a b c)
:precision binary64
(if (<=
(if (>= b 0.0)
(/ (- (- b) (sqrt (- (* b b) (* (* 4.0 a) c)))) (* a 2.0))
(/ (* c 2.0) (- (sqrt (- (* b b) (* (* 4.0 a) c))) b)))
(- INFINITY))
(if (>= b 0.0)
(* -0.5 (/ (* b 2.0) a))
(* c (/ 2.0 (- (sqrt (- (* b b) (* 4.0 (* a c)))) b))))
(if (<=
(if (>= b 0.0)
(/ (- (- b) (sqrt (- (* b b) (* (* 4.0 a) c)))) (* a 2.0))
(/ (* c 2.0) (- (sqrt (- (* b b) (* (* 4.0 a) c))) b)))
-4.8405022277685367e-268)
(if (>= b 0.0)
(* -0.5 (/ (+ b (sqrt (- (* b b) (* (* 4.0 a) c)))) a))
(/ (* c 2.0) (- (sqrt (- (* b b) (* (* 4.0 a) c))) b)))
(if (<=
(if (>= b 0.0)
(/ (- (- b) (sqrt (- (* b b) (* (* 4.0 a) c)))) (* a 2.0))
(/ (* c 2.0) (- (sqrt (- (* b b) (* (* 4.0 a) c))) b)))
0.0)
(if (>= b 0.0)
(* -0.5 (/ (* b 2.0) a))
(/ (* c 2.0) (- (- (* 2.0 (/ (* a c) b)) b) b)))
(if (<=
(if (>= b 0.0)
(/ (- (- b) (sqrt (- (* b b) (* (* 4.0 a) c)))) (* a 2.0))
(/ (* c 2.0) (- (sqrt (- (* b b) (* (* 4.0 a) c))) b)))
1.8919833304554606e+230)
(if (>= b 0.0)
(* -0.5 (/ (+ b (sqrt (- (* b b) (* (* 4.0 a) c)))) a))
(/ (* c 2.0) (- (sqrt (- (* b b) (* (* 4.0 a) c))) b)))
(if (>= b 0.0) (* -0.5 (/ (* b 2.0) a)) (/ (* c 2.0) (* b -2.0))))))))double code(double a, double b, double c) {
double tmp;
if (b >= 0.0) {
tmp = (-b - sqrt((b * b) - ((4.0 * a) * c))) / (2.0 * a);
} else {
tmp = (2.0 * c) / (-b + sqrt((b * b) - ((4.0 * a) * c)));
}
return tmp;
}
double code(double a, double b, double c) {
double tmp_1;
if (b >= 0.0) {
tmp_1 = (-b - sqrt((b * b) - ((4.0 * a) * c))) / (a * 2.0);
} else {
tmp_1 = (c * 2.0) / (sqrt((b * b) - ((4.0 * a) * c)) - b);
}
double tmp;
if (tmp_1 <= -((double) INFINITY)) {
double tmp_2;
if (b >= 0.0) {
tmp_2 = -0.5 * ((b * 2.0) / a);
} else {
tmp_2 = c * (2.0 / (sqrt((b * b) - (4.0 * (a * c))) - b));
}
tmp = tmp_2;
double tmp_3;
if (b >= 0.0) {
tmp_3 = (-b - sqrt((b * b) - ((4.0 * a) * c))) / (a * 2.0);
} else {
tmp_3 = (c * 2.0) / (sqrt((b * b) - ((4.0 * a) * c)) - b);
}
} else if (tmp_3 <= -4.8405022277685367e-268) {
double tmp_4;
if (b >= 0.0) {
tmp_4 = -0.5 * ((b + sqrt((b * b) - ((4.0 * a) * c))) / a);
} else {
tmp_4 = (c * 2.0) / (sqrt((b * b) - ((4.0 * a) * c)) - b);
}
tmp = tmp_4;
double tmp_5;
if (b >= 0.0) {
tmp_5 = (-b - sqrt((b * b) - ((4.0 * a) * c))) / (a * 2.0);
} else {
tmp_5 = (c * 2.0) / (sqrt((b * b) - ((4.0 * a) * c)) - b);
}
} else if (tmp_5 <= 0.0) {
double tmp_6;
if (b >= 0.0) {
tmp_6 = -0.5 * ((b * 2.0) / a);
} else {
tmp_6 = (c * 2.0) / (((2.0 * ((a * c) / b)) - b) - b);
}
tmp = tmp_6;
double tmp_7;
if (b >= 0.0) {
tmp_7 = (-b - sqrt((b * b) - ((4.0 * a) * c))) / (a * 2.0);
} else {
tmp_7 = (c * 2.0) / (sqrt((b * b) - ((4.0 * a) * c)) - b);
}
} else if (tmp_7 <= 1.8919833304554606e+230) {
double tmp_8;
if (b >= 0.0) {
tmp_8 = -0.5 * ((b + sqrt((b * b) - ((4.0 * a) * c))) / a);
} else {
tmp_8 = (c * 2.0) / (sqrt((b * b) - ((4.0 * a) * c)) - b);
}
tmp = tmp_8;
} else if (b >= 0.0) {
tmp = -0.5 * ((b * 2.0) / a);
} else {
tmp = (c * 2.0) / (b * -2.0);
}
return tmp;
}



Bits error versus a



Bits error versus b



Bits error versus c
Results
if (if (>=.f64 b 0) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))) (*.f64 2 a)) (/.f64 (*.f64 2 c) (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))))) < -inf.0Initial program 64.0
Simplified64.0
Taylor expanded around inf 18.2
Simplified18.2
rmApplied *-un-lft-identity_binary64_7818.2
Applied times-frac_binary64_8418.2
Simplified18.2
Simplified18.2
if -inf.0 < (if (>=.f64 b 0) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))) (*.f64 2 a)) (/.f64 (*.f64 2 c) (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))))) < -4.84050222776853672e-268 or -0.0 < (if (>=.f64 b 0) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))) (*.f64 2 a)) (/.f64 (*.f64 2 c) (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))))) < 1.8919833304554606e230Initial program 2.5
Simplified2.5
rmApplied +-commutative_binary64_82.5
if -4.84050222776853672e-268 < (if (>=.f64 b 0) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))) (*.f64 2 a)) (/.f64 (*.f64 2 c) (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))))) < -0.0Initial program 35.8
Simplified35.8
Taylor expanded around inf 36.0
Simplified36.0
Taylor expanded around -inf 12.6
if 1.8919833304554606e230 < (if (>=.f64 b 0) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))) (*.f64 2 a)) (/.f64 (*.f64 2 c) (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 4 a) c)))))) Initial program 51.7
Simplified51.8
Taylor expanded around inf 19.6
Simplified19.6
Taylor expanded around -inf 16.1
Final simplification7.4
herbie shell --seed 2021084
(FPCore (a b c)
:name "jeff quadratic root 1"
:precision binary64
(if (>= b 0.0) (/ (- (- b) (sqrt (- (* b b) (* (* 4.0 a) c)))) (* 2.0 a)) (/ (* 2.0 c) (+ (- b) (sqrt (- (* b b) (* (* 4.0 a) c)))))))