- Split input into 3 regimes
if t < -5.209962005672711e-117
Initial program 3.3
\[\frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \frac{2}{t \cdot 3}\right)\right)}}\]
Taylor expanded around inf 10.5
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \color{blue}{\left(\left(a \cdot c + 0.83333333333333337 \cdot c\right) - a \cdot b\right)}}}\]
if -5.209962005672711e-117 < t < 0.0009400965580265947
Initial program 5.8
\[\frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \frac{2}{t \cdot 3}\right)\right)}}\]
- Using strategy
rm Applied add-log-exp19.7
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \color{blue}{\log \left(e^{\frac{2}{t \cdot 3}}\right)}\right)\right)}}\]
- Using strategy
rm Applied flip--24.5
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \color{blue}{\frac{b \cdot b - c \cdot c}{b + c}} \cdot \left(\left(a + \frac{5}{6}\right) - \log \left(e^{\frac{2}{t \cdot 3}}\right)\right)\right)}}\]
Applied associate-*l/24.5
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \color{blue}{\frac{\left(b \cdot b - c \cdot c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \log \left(e^{\frac{2}{t \cdot 3}}\right)\right)}{b + c}}\right)}}\]
Applied frac-sub24.6
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \color{blue}{\frac{\left(z \cdot \sqrt{t + a}\right) \cdot \left(b + c\right) - t \cdot \left(\left(b \cdot b - c \cdot c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \log \left(e^{\frac{2}{t \cdot 3}}\right)\right)\right)}{t \cdot \left(b + c\right)}}}}\]
Simplified10.9
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \frac{\color{blue}{\left(z \cdot \sqrt{t + a}\right) \cdot \left(b + c\right) + \left(-\left(t \cdot \left(b \cdot b - c \cdot c\right)\right) \cdot \left(a + \left(\frac{5}{6} - \frac{2}{t \cdot 3}\right)\right)\right)}}{t \cdot \left(b + c\right)}}}\]
if 0.0009400965580265947 < t
Initial program 2.6
\[\frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \frac{2}{t \cdot 3}\right)\right)}}\]
- Using strategy
rm Applied add-log-exp2.6
\[\leadsto \frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \color{blue}{\log \left(e^{\frac{2}{t \cdot 3}}\right)}\right)\right)}}\]
- Recombined 3 regimes into one program.
Final simplification7.2
\[\leadsto \begin{array}{l}
\mathbf{if}\;t \le -5.20996200567271112 \cdot 10^{-117}:\\
\;\;\;\;\frac{x}{x + y \cdot e^{2 \cdot \left(\left(a \cdot c + 0.83333333333333337 \cdot c\right) - a \cdot b\right)}}\\
\mathbf{elif}\;t \le 9.40096558026594733 \cdot 10^{-4}:\\
\;\;\;\;\frac{x}{x + y \cdot e^{2 \cdot \frac{\left(z \cdot \sqrt{t + a}\right) \cdot \left(b + c\right) + \left(-\left(t \cdot \left(b \cdot b - c \cdot c\right)\right) \cdot \left(a + \left(\frac{5}{6} - \frac{2}{t \cdot 3}\right)\right)\right)}{t \cdot \left(b + c\right)}}}\\
\mathbf{else}:\\
\;\;\;\;\frac{x}{x + y \cdot e^{2 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5}{6}\right) - \log \left(e^{\frac{2}{t \cdot 3}}\right)\right)\right)}}\\
\end{array}\]