- Split input into 2 regimes
if (/ x (/ (exp b) (/ (pow z y) y))) < -2.030640281883843e+302 or -2.2168054990413952e-259 < (/ x (/ (exp b) (/ (pow z y) y)))
Initial program 1.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-identity1.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-prod1.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 simplify1.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.030640281883843e+302 < (/ x (/ (exp b) (/ (pow z y) y))) < -2.2168054990413952e-259
Initial program 7.7
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
- Using strategy
rm Applied exp-diff7.7
\[\leadsto \frac{x \cdot \color{blue}{\frac{e^{y \cdot \log z + \left(t - 1.0\right) \cdot \log a}}{e^{b}}}}{y}\]
Applied simplify5.4
\[\leadsto \frac{x \cdot \frac{\color{blue}{{a}^{\left(t - 1.0\right)} \cdot {z}^{y}}}{e^{b}}}{y}\]
Taylor expanded around inf 7.7
\[\leadsto \color{blue}{\frac{e^{-1 \cdot \left(\log \left(\frac{1}{z}\right) \cdot y\right)} \cdot \left(x \cdot e^{-1 \cdot \left(\log \left(\frac{1}{a}\right) \cdot \left(t - 1.0\right)\right)}\right)}{y \cdot e^{b}}}\]
Applied simplify0.4
\[\leadsto \color{blue}{\frac{\frac{{\left(\frac{1}{z}\right)}^{\left(-y\right)}}{\frac{y}{x}}}{\frac{e^{b}}{1} \cdot {\left(\frac{1}{a}\right)}^{\left(t - 1.0\right)}}}\]
- Recombined 2 regimes into one program.
Applied simplify1.0
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;\frac{x}{\frac{e^{b}}{\frac{{z}^{y}}{y}}} \le -2.030640281883843 \cdot 10^{+302} \lor \neg \left(\frac{x}{\frac{e^{b}}{\frac{{z}^{y}}{y}}} \le -2.2168054990413952 \cdot 10^{-259}\right):\\
\;\;\;\;\frac{x \cdot {e}^{\left(\left(\left(t - 1.0\right) \cdot \log a + y \cdot \log z\right) - b\right)}}{y}\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{{\left(\frac{1}{z}\right)}^{\left(-y\right)}}{\frac{y}{x}}}{e^{b} \cdot {\left(\frac{1}{a}\right)}^{\left(t - 1.0\right)}}\\
\end{array}}\]