- Split input into 2 regimes
if (/ (exp b) (pow a (- t 1.0))) < 2.9424119376297374e-286 or 1.6367329525816681e+301 < (/ (exp b) (pow a (- t 1.0)))
Initial program 0.1
\[\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.1
\[\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.1
\[\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.1
\[\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 2.9424119376297374e-286 < (/ (exp b) (pow a (- t 1.0))) < 1.6367329525816681e+301
Initial program 6.1
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
Taylor expanded around inf 6.0
\[\leadsto \frac{x \cdot \color{blue}{e^{1.0 \cdot \log \left(\frac{1}{a}\right) - \left(y \cdot \log \left(\frac{1}{z}\right) + \left(b + t \cdot \log \left(\frac{1}{a}\right)\right)\right)}}}{y}\]
Applied simplify3.7
\[\leadsto \color{blue}{\frac{\left({z}^{y} \cdot {a}^{\left(-1.0\right)}\right) \cdot {a}^{t}}{\frac{y}{x} \cdot e^{b}}}\]
- Recombined 2 regimes into one program.
Applied simplify1.1
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;\frac{e^{b}}{{a}^{\left(t - 1.0\right)}} \le 2.9424119376297374 \cdot 10^{-286} \lor \neg \left(\frac{e^{b}}{{a}^{\left(t - 1.0\right)}} \le 1.6367329525816681 \cdot 10^{+301}\right):\\
\;\;\;\;\frac{{e}^{\left(\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b\right)} \cdot x}{y}\\
\mathbf{else}:\\
\;\;\;\;\frac{{a}^{t} \cdot \left({z}^{y} \cdot {a}^{\left(-1.0\right)}\right)}{\frac{y}{x} \cdot e^{b}}\\
\end{array}}\]