- Split input into 2 regimes
if b < 9.493040921139284e+98
Initial program 25.9
\[\frac{\left(-b\right) + \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{2 \cdot a}\]
Simplified25.9
\[\leadsto \color{blue}{\frac{\frac{\sqrt{(c \cdot \left(-4 \cdot a\right) + \left(b \cdot b\right))_*} - b}{2}}{a}}\]
- Using strategy
rm Applied *-un-lft-identity25.9
\[\leadsto \frac{\frac{\sqrt{(c \cdot \left(-4 \cdot a\right) + \left(b \cdot b\right))_*} - b}{\color{blue}{1 \cdot 2}}}{a}\]
Applied *-un-lft-identity25.9
\[\leadsto \frac{\frac{\color{blue}{1 \cdot \left(\sqrt{(c \cdot \left(-4 \cdot a\right) + \left(b \cdot b\right))_*} - b\right)}}{1 \cdot 2}}{a}\]
Applied times-frac25.9
\[\leadsto \frac{\color{blue}{\frac{1}{1} \cdot \frac{\sqrt{(c \cdot \left(-4 \cdot a\right) + \left(b \cdot b\right))_*} - b}{2}}}{a}\]
Applied associate-/l*26.0
\[\leadsto \color{blue}{\frac{\frac{1}{1}}{\frac{a}{\frac{\sqrt{(c \cdot \left(-4 \cdot a\right) + \left(b \cdot b\right))_*} - b}{2}}}}\]
Simplified26.0
\[\leadsto \frac{\color{blue}{1}}{\frac{a}{\frac{\sqrt{(c \cdot \left(-4 \cdot a\right) + \left(b \cdot b\right))_*} - b}{2}}}\]
if 9.493040921139284e+98 < b
Initial program 58.3
\[\frac{\left(-b\right) + \sqrt{b \cdot b - \left(4 \cdot a\right) \cdot c}}{2 \cdot a}\]
Simplified58.3
\[\leadsto \color{blue}{\frac{\frac{\sqrt{(c \cdot \left(-4 \cdot a\right) + \left(b \cdot b\right))_*} - b}{2}}{a}}\]
Taylor expanded around 0 41.9
\[\leadsto \color{blue}{0}\]
- Recombined 2 regimes into one program.
Final simplification29.9
\[\leadsto \begin{array}{l}
\mathbf{if}\;b \le 9.493040921139284 \cdot 10^{+98}:\\
\;\;\;\;\frac{1}{\frac{a}{\frac{\sqrt{(c \cdot \left(-4 \cdot a\right) + \left(b \cdot b\right))_*} - b}{2}}}\\
\mathbf{else}:\\
\;\;\;\;0\\
\end{array}\]