Initial program 52.9
\[\frac{\left(-b\right) + \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{2 \cdot a}
\]
Applied egg-rr52.9
\[\leadsto \frac{\color{blue}{\begin{array}{l}
\color{blue}{\mathbf{if}\;b + \sqrt{\mathsf{fma}\left(a \cdot -4, c, {b}^{2}\right)} \ne 0:\\
\;\;\;\;\frac{{\left(\sqrt{\mathsf{fma}\left(a \cdot -4, c, {b}^{2}\right)}\right)}^{2} - {b}^{2}}{b + \sqrt{\mathsf{fma}\left(a \cdot -4, c, {b}^{2}\right)}}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{\mathsf{fma}\left(a \cdot -4, c, {b}^{2}\right)} - b\\
}
\end{array}}}{2 \cdot a}
\]
Simplified52.9
\[\leadsto \frac{\color{blue}{\begin{array}{l}
\color{blue}{\mathbf{if}\;b + \sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)} \ne 0:\\
\;\;\;\;\frac{{\left(\sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)}\right)}^{2} - {b}^{2}}{b + \sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)}}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)} - b\\
}
\end{array}}}{2 \cdot a}
\]
Taylor expanded in b around inf 0.4
\[\leadsto \frac{\begin{array}{l}
\mathbf{if}\;b + \sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)} \ne 0:\\
\;\;\;\;\frac{\color{blue}{-4 \cdot \left(c \cdot a\right)}}{b + \sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)}}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)} - b\\
\end{array}}{2 \cdot a}
\]
Taylor expanded in b around inf 0.4
\[\leadsto \frac{\begin{array}{l}
\mathbf{if}\;\color{blue}{2 \cdot b} \ne 0:\\
\;\;\;\;\frac{-4 \cdot \left(c \cdot a\right)}{b + \sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)}}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)} - b\\
\end{array}}{2 \cdot a}
\]
Simplified0.4
\[\leadsto \frac{\begin{array}{l}
\mathbf{if}\;\color{blue}{b \cdot 2} \ne 0:\\
\;\;\;\;\frac{-4 \cdot \left(c \cdot a\right)}{b + \sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)}}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)} - b\\
\end{array}}{2 \cdot a}
\]
Applied egg-rr0.4
\[\leadsto \frac{\begin{array}{l}
\mathbf{if}\;b \cdot 2 \ne 0:\\
\;\;\;\;\color{blue}{\left(-4 \cdot c\right) \cdot \frac{a}{b + \sqrt{\mathsf{fma}\left(b, b, \left(c \cdot a\right) \cdot -4\right)}}}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{\mathsf{fma}\left(b, b, -4 \cdot \left(c \cdot a\right)\right)} - b\\
\end{array}}{2 \cdot a}
\]