- Split input into 2 regimes
if x < 1.7356790566953636e-250 or 6.706783453291331e-145 < x
Initial program 1.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 associate-/l*1.6
\[\leadsto \color{blue}{\frac{x}{\frac{y}{e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}}}\]
if 1.7356790566953636e-250 < x < 6.706783453291331e-145
Initial program 4.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 4.1
\[\leadsto \color{blue}{\frac{x \cdot e^{1.0 \cdot \log \left(\frac{1}{a}\right) - \left(\log \left(\frac{1}{z}\right) \cdot y + \left(b + t \cdot \log \left(\frac{1}{a}\right)\right)\right)}}{y}}\]
Simplified14.5
\[\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.
Final simplification2.8
\[\leadsto \begin{array}{l}
\mathbf{if}\;x \le 1.7356790566953636 \cdot 10^{-250} \lor \neg \left(x \le 6.706783453291331 \cdot 10^{-145}\right):\\
\;\;\;\;\frac{x}{\frac{y}{e^{\left(\log a \cdot \left(t - 1.0\right) + y \cdot \log z\right) - b}}}\\
\mathbf{else}:\\
\;\;\;\;\frac{\left({a}^{\left(-1.0\right)} \cdot {z}^{y}\right) \cdot {a}^{t}}{\frac{y}{x} \cdot e^{b}}\\
\end{array}\]