- Split input into 2 regimes
if (* (- t 1.0) (log a)) < -569.910579515335144 or -222.37280864882484 < (* (- t 1.0) (log a))
Initial program 1.2
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1\right) \cdot \log a\right) - b}}{y}\]
- Using strategy
rm Applied *-un-lft-identity1.2
\[\leadsto \frac{x \cdot e^{\color{blue}{1 \cdot \left(\left(y \cdot \log z + \left(t - 1\right) \cdot \log a\right) - b\right)}}}{y}\]
Applied exp-prod1.3
\[\leadsto \frac{x \cdot \color{blue}{{\left(e^{1}\right)}^{\left(\left(y \cdot \log z + \left(t - 1\right) \cdot \log a\right) - b\right)}}}{y}\]
Simplified1.3
\[\leadsto \frac{x \cdot {\color{blue}{e}}^{\left(\left(y \cdot \log z + \left(t - 1\right) \cdot \log a\right) - b\right)}}{y}\]
if -569.910579515335144 < (* (- t 1.0) (log a)) < -222.37280864882484
Initial program 6.1
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1\right) \cdot \log a\right) - b}}{y}\]
- Using strategy
rm Applied *-un-lft-identity6.1
\[\leadsto \frac{x \cdot e^{\color{blue}{1 \cdot \left(\left(y \cdot \log z + \left(t - 1\right) \cdot \log a\right) - b\right)}}}{y}\]
Applied exp-prod6.2
\[\leadsto \frac{x \cdot \color{blue}{{\left(e^{1}\right)}^{\left(\left(y \cdot \log z + \left(t - 1\right) \cdot \log a\right) - b\right)}}}{y}\]
Simplified6.2
\[\leadsto \frac{x \cdot {\color{blue}{e}}^{\left(\left(y \cdot \log z + \left(t - 1\right) \cdot \log a\right) - b\right)}}{y}\]
Taylor expanded around inf 6.1
\[\leadsto \frac{x \cdot \color{blue}{e^{\left(\log 1 \cdot t + \left(\log 1 \cdot y + 1 \cdot \log \left(\frac{1}{a}\right)\right)\right) - \left(1 \cdot \log 1 + \left(b + \left(\log \left(\frac{1}{z}\right) \cdot y + \log \left(\frac{1}{a}\right) \cdot t\right)\right)\right)}}}{y}\]
Simplified11.9
\[\leadsto \frac{x \cdot \color{blue}{\left({a}^{\left(-1\right)} \cdot \left(\left({z}^{y} \cdot {a}^{t}\right) \cdot e^{-b}\right)\right)}}{y}\]
- Using strategy
rm Applied associate-/l*7.5
\[\leadsto \color{blue}{\frac{x}{\frac{y}{{a}^{\left(-1\right)} \cdot \left(\left({z}^{y} \cdot {a}^{t}\right) \cdot e^{-b}\right)}}}\]
Simplified7.5
\[\leadsto \frac{x}{\color{blue}{\frac{y}{{z}^{y} \cdot \left(\frac{{a}^{t}}{e^{b}} \cdot {a}^{\left(-1\right)}\right)}}}\]
- Recombined 2 regimes into one program.
Final simplification2.2
\[\leadsto \begin{array}{l}
\mathbf{if}\;\left(t - 1\right) \cdot \log a \le -569.910579515335144 \lor \neg \left(\left(t - 1\right) \cdot \log a \le -222.37280864882484\right):\\
\;\;\;\;\frac{x \cdot {e}^{\left(\left(\left(t - 1\right) \cdot \log a + y \cdot \log z\right) - b\right)}}{y}\\
\mathbf{else}:\\
\;\;\;\;\frac{x}{\frac{y}{{z}^{y} \cdot \left(\frac{{a}^{t}}{e^{b}} \cdot {a}^{\left(-1\right)}\right)}}\\
\end{array}\]