- Split input into 2 regimes
if (/ (exp b) (pow a (- t 1.0))) < 1.1387342801657947e-151 or 3.8162688269731978e+295 < (/ (exp b) (pow a (- t 1.0)))
Initial program 0.3
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
if 1.1387342801657947e-151 < (/ (exp b) (pow a (- t 1.0))) < 3.8162688269731978e+295
Initial program 7.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 sub-neg7.3
\[\leadsto \frac{x \cdot e^{\color{blue}{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) + \left(-b\right)}}}{y}\]
Applied exp-sum7.3
\[\leadsto \frac{x \cdot \color{blue}{\left(e^{y \cdot \log z + \left(t - 1.0\right) \cdot \log a} \cdot e^{-b}\right)}}{y}\]
Applied simplify4.9
\[\leadsto \frac{x \cdot \left(\color{blue}{\left({a}^{\left(t - 1.0\right)} \cdot {z}^{y}\right)} \cdot e^{-b}\right)}{y}\]
- Using strategy
rm Applied exp-neg5.0
\[\leadsto \frac{x \cdot \left(\left({a}^{\left(t - 1.0\right)} \cdot {z}^{y}\right) \cdot \color{blue}{\frac{1}{e^{b}}}\right)}{y}\]
Applied pow-sub4.8
\[\leadsto \frac{x \cdot \left(\left(\color{blue}{\frac{{a}^{t}}{{a}^{1.0}}} \cdot {z}^{y}\right) \cdot \frac{1}{e^{b}}\right)}{y}\]
Applied associate-*l/4.8
\[\leadsto \frac{x \cdot \left(\color{blue}{\frac{{a}^{t} \cdot {z}^{y}}{{a}^{1.0}}} \cdot \frac{1}{e^{b}}\right)}{y}\]
Applied frac-times4.8
\[\leadsto \frac{x \cdot \color{blue}{\frac{\left({a}^{t} \cdot {z}^{y}\right) \cdot 1}{{a}^{1.0} \cdot e^{b}}}}{y}\]
Applied associate-*r/4.8
\[\leadsto \frac{\color{blue}{\frac{x \cdot \left(\left({a}^{t} \cdot {z}^{y}\right) \cdot 1\right)}{{a}^{1.0} \cdot e^{b}}}}{y}\]
Applied associate-/l/1.8
\[\leadsto \color{blue}{\frac{x \cdot \left(\left({a}^{t} \cdot {z}^{y}\right) \cdot 1\right)}{y \cdot \left({a}^{1.0} \cdot e^{b}\right)}}\]
- Recombined 2 regimes into one program.
Applied simplify0.7
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;\frac{e^{b}}{{a}^{\left(t - 1.0\right)}} \le 1.1387342801657947 \cdot 10^{-151} \lor \neg \left(\frac{e^{b}}{{a}^{\left(t - 1.0\right)}} \le 3.8162688269731978 \cdot 10^{+295}\right):\\
\;\;\;\;\frac{e^{\left(y \cdot \log z + \log a \cdot \left(t - 1.0\right)\right) - b} \cdot x}{y}\\
\mathbf{else}:\\
\;\;\;\;\frac{\left({z}^{y} \cdot {a}^{t}\right) \cdot x}{y \cdot \left(e^{b} \cdot {a}^{1.0}\right)}\\
\end{array}}\]