- Split input into 2 regimes
if y < -1.31677741273226e-174 or 0.11857505804325559 < y
Initial program 0.8
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
if -1.31677741273226e-174 < y < 0.11857505804325559
Initial program 3.8
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
Taylor expanded around inf 3.8
\[\leadsto \frac{x \cdot \color{blue}{e^{1.0 \cdot \log \left(\frac{1}{a}\right) - \left(\log \left(\frac{1}{z}\right) \cdot y + \left(b + t \cdot \log \left(\frac{1}{a}\right)\right)\right)}}}{y}\]
Simplified2.5
\[\leadsto \frac{x \cdot \color{blue}{\left(e^{(\left(\log a\right) \cdot t + \left(-b\right))_*} \cdot \left({z}^{y} \cdot {a}^{\left(-1.0\right)}\right)\right)}}{y}\]
- Using strategy
rm Applied associate-/l*2.4
\[\leadsto \color{blue}{\frac{x}{\frac{y}{e^{(\left(\log a\right) \cdot t + \left(-b\right))_*} \cdot \left({z}^{y} \cdot {a}^{\left(-1.0\right)}\right)}}}\]
- Using strategy
rm Applied pow-neg2.4
\[\leadsto \frac{x}{\frac{y}{e^{(\left(\log a\right) \cdot t + \left(-b\right))_*} \cdot \left({z}^{y} \cdot \color{blue}{\frac{1}{{a}^{1.0}}}\right)}}\]
Applied un-div-inv2.4
\[\leadsto \frac{x}{\frac{y}{e^{(\left(\log a\right) \cdot t + \left(-b\right))_*} \cdot \color{blue}{\frac{{z}^{y}}{{a}^{1.0}}}}}\]
Applied associate-*r/2.4
\[\leadsto \frac{x}{\frac{y}{\color{blue}{\frac{e^{(\left(\log a\right) \cdot t + \left(-b\right))_*} \cdot {z}^{y}}{{a}^{1.0}}}}}\]
Applied associate-/r/2.3
\[\leadsto \frac{x}{\color{blue}{\frac{y}{e^{(\left(\log a\right) \cdot t + \left(-b\right))_*} \cdot {z}^{y}} \cdot {a}^{1.0}}}\]
- Using strategy
rm Applied associate-/r*2.5
\[\leadsto \color{blue}{\frac{\frac{x}{\frac{y}{e^{(\left(\log a\right) \cdot t + \left(-b\right))_*} \cdot {z}^{y}}}}{{a}^{1.0}}}\]
- Recombined 2 regimes into one program.
Final simplification1.4
\[\leadsto \begin{array}{l}
\mathbf{if}\;y \le -1.31677741273226 \cdot 10^{-174} \lor \neg \left(y \le 0.11857505804325559\right):\\
\;\;\;\;\frac{x \cdot e^{\left(\log a \cdot \left(t - 1.0\right) + \log z \cdot y\right) - b}}{y}\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{x}{\frac{y}{{z}^{y} \cdot e^{(\left(\log a\right) \cdot t + \left(-b\right))_*}}}}{{a}^{1.0}}\\
\end{array}\]