- Split input into 4 regimes
if b < -6.269787584020147e+84
Initial program 57.9
\[\frac{\left(-b\right) - \sqrt{b \cdot b - 4 \cdot \left(a \cdot c\right)}}{2 \cdot a}\]
Taylor expanded around -inf 2.6
\[\leadsto \color{blue}{-1 \cdot \frac{c}{b}}\]
Simplified2.6
\[\leadsto \color{blue}{\frac{-c}{b}}\]
if -6.269787584020147e+84 < b < 2.9698792885451e-310
Initial program 30.2
\[\frac{\left(-b\right) - \sqrt{b \cdot b - 4 \cdot \left(a \cdot c\right)}}{2 \cdot a}\]
- Using strategy
rm Applied sub-neg30.2
\[\leadsto \frac{\left(-b\right) - \sqrt{\color{blue}{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}}}{2 \cdot a}\]
- Using strategy
rm Applied div-inv30.2
\[\leadsto \color{blue}{\left(\left(-b\right) - \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}\right) \cdot \frac{1}{2 \cdot a}}\]
- Using strategy
rm Applied flip--30.3
\[\leadsto \color{blue}{\frac{\left(-b\right) \cdot \left(-b\right) - \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)} \cdot \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}}{\left(-b\right) + \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}}} \cdot \frac{1}{2 \cdot a}\]
Applied associate-*l/30.4
\[\leadsto \color{blue}{\frac{\left(\left(-b\right) \cdot \left(-b\right) - \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)} \cdot \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}\right) \cdot \frac{1}{2 \cdot a}}{\left(-b\right) + \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}}}\]
Simplified15.6
\[\leadsto \frac{\color{blue}{\frac{\left(a \cdot c\right) \cdot 4}{2 \cdot a}}}{\left(-b\right) + \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}}\]
- Using strategy
rm Applied *-un-lft-identity15.6
\[\leadsto \frac{\frac{\left(a \cdot c\right) \cdot 4}{2 \cdot a}}{\color{blue}{1 \cdot \left(\left(-b\right) + \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}\right)}}\]
Applied *-un-lft-identity15.6
\[\leadsto \frac{\color{blue}{1 \cdot \frac{\left(a \cdot c\right) \cdot 4}{2 \cdot a}}}{1 \cdot \left(\left(-b\right) + \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}\right)}\]
Applied times-frac15.6
\[\leadsto \color{blue}{\frac{1}{1} \cdot \frac{\frac{\left(a \cdot c\right) \cdot 4}{2 \cdot a}}{\left(-b\right) + \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}}}\]
Simplified15.6
\[\leadsto \color{blue}{1} \cdot \frac{\frac{\left(a \cdot c\right) \cdot 4}{2 \cdot a}}{\left(-b\right) + \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}}\]
Simplified8.6
\[\leadsto 1 \cdot \color{blue}{\frac{\frac{c}{\frac{1}{2}}}{\sqrt{a \cdot \left(c \cdot -4\right) + b \cdot b} - b}}\]
if 2.9698792885451e-310 < b < 1.3586174053149808e+85
Initial program 9.7
\[\frac{\left(-b\right) - \sqrt{b \cdot b - 4 \cdot \left(a \cdot c\right)}}{2 \cdot a}\]
- Using strategy
rm Applied sub-neg9.7
\[\leadsto \frac{\left(-b\right) - \sqrt{\color{blue}{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}}}{2 \cdot a}\]
- Using strategy
rm Applied div-inv9.8
\[\leadsto \color{blue}{\left(\left(-b\right) - \sqrt{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}\right) \cdot \frac{1}{2 \cdot a}}\]
if 1.3586174053149808e+85 < b
Initial program 42.0
\[\frac{\left(-b\right) - \sqrt{b \cdot b - 4 \cdot \left(a \cdot c\right)}}{2 \cdot a}\]
- Using strategy
rm Applied sub-neg42.0
\[\leadsto \frac{\left(-b\right) - \sqrt{\color{blue}{b \cdot b + \left(-4 \cdot \left(a \cdot c\right)\right)}}}{2 \cdot a}\]
Taylor expanded around inf 4.7
\[\leadsto \color{blue}{\frac{c}{b} - \frac{b}{a}}\]
- Recombined 4 regimes into one program.
Final simplification6.7
\[\leadsto \begin{array}{l}
\mathbf{if}\;b \le -6.269787584020147 \cdot 10^{+84}:\\
\;\;\;\;\frac{-c}{b}\\
\mathbf{elif}\;b \le 2.9698792885451 \cdot 10^{-310}:\\
\;\;\;\;\frac{\frac{c}{\frac{1}{2}}}{\sqrt{a \cdot \left(-4 \cdot c\right) + b \cdot b} - b}\\
\mathbf{elif}\;b \le 1.3586174053149808 \cdot 10^{+85}:\\
\;\;\;\;\left(\left(-b\right) - \sqrt{b \cdot b + -4 \cdot \left(c \cdot a\right)}\right) \cdot \frac{1}{a \cdot 2}\\
\mathbf{else}:\\
\;\;\;\;\frac{c}{b} - \frac{b}{a}\\
\end{array}\]