- Split input into 2 regimes
if (/ (pow a (- t 1.0)) (exp b)) < 1.3132982387813807e-305 or 8.899030995520257e+57 < (/ (pow a (- t 1.0)) (exp b))
Initial program 0.3
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
- Using strategy
rm Applied *-un-lft-identity0.3
\[\leadsto \frac{x \cdot e^{\color{blue}{1 \cdot \left(\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b\right)}}}{y}\]
Applied exp-prod0.3
\[\leadsto \frac{x \cdot \color{blue}{{\left(e^{1}\right)}^{\left(\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b\right)}}}{y}\]
Applied simplify0.3
\[\leadsto \frac{x \cdot {\color{blue}{e}}^{\left(\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b\right)}}{y}\]
if 1.3132982387813807e-305 < (/ (pow a (- t 1.0)) (exp b)) < 8.899030995520257e+57
Initial program 8.3
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
Applied simplify0.6
\[\leadsto \color{blue}{\frac{{z}^{y} \cdot x}{e^{b}} \cdot \frac{{a}^{\left(t - 1.0\right)}}{y}}\]
- Recombined 2 regimes into one program.
Applied simplify0.4
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;\frac{{a}^{\left(t - 1.0\right)}}{e^{b}} \le 1.3132982387813807 \cdot 10^{-305} \lor \neg \left(\frac{{a}^{\left(t - 1.0\right)}}{e^{b}} \le 8.899030995520257 \cdot 10^{+57}\right):\\
\;\;\;\;\frac{{e}^{\left(\left(\left(t - 1.0\right) \cdot \log a + y \cdot \log z\right) - b\right)} \cdot x}{y}\\
\mathbf{else}:\\
\;\;\;\;\frac{{z}^{y} \cdot x}{e^{b}} \cdot \frac{{a}^{\left(t - 1.0\right)}}{y}\\
\end{array}}\]