- Split input into 2 regimes
if y < -2.4065832688655656e-150 or 6.877916927359886e-08 < y
Initial program 0.7
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
Taylor expanded around -inf 63.0
\[\leadsto \frac{x \cdot e^{\left(\color{blue}{\left(\log -1 - \log \left(\frac{-1}{z}\right)\right) \cdot y} + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
Simplified0.7
\[\leadsto \frac{x \cdot e^{\left(\color{blue}{\log z \cdot y} + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
if -2.4065832688655656e-150 < y < 6.877916927359886e-08
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 62.9
\[\leadsto \frac{x \cdot e^{\left(\color{blue}{\left(\log -1 - \log \left(\frac{-1}{z}\right)\right) \cdot y} + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
Simplified4.1
\[\leadsto \frac{x \cdot e^{\left(\color{blue}{\log z \cdot y} + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
Taylor expanded around inf 4.1
\[\leadsto \frac{x \cdot \color{blue}{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}\]
Simplified2.8
\[\leadsto \frac{x \cdot \color{blue}{\left(\left({a}^{\left(-1.0\right)} \cdot {z}^{y}\right) \cdot e^{(t \cdot \left(\log a\right) + \left(-b\right))_*}\right)}}{y}\]
- Using strategy
rm Applied associate-/l*2.2
\[\leadsto \color{blue}{\frac{x}{\frac{y}{\left({a}^{\left(-1.0\right)} \cdot {z}^{y}\right) \cdot e^{(t \cdot \left(\log a\right) + \left(-b\right))_*}}}}\]
- Using strategy
rm Applied clear-num2.2
\[\leadsto \color{blue}{\frac{1}{\frac{\frac{y}{\left({a}^{\left(-1.0\right)} \cdot {z}^{y}\right) \cdot e^{(t \cdot \left(\log a\right) + \left(-b\right))_*}}}{x}}}\]
- Recombined 2 regimes into one program.
Final simplification1.3
\[\leadsto \begin{array}{l}
\mathbf{if}\;y \le -2.4065832688655656 \cdot 10^{-150} \lor \neg \left(y \le 6.877916927359886 \cdot 10^{-08}\right):\\
\;\;\;\;\frac{x \cdot e^{\left(\log a \cdot \left(t - 1.0\right) + \log z \cdot y\right) - b}}{y}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\frac{\frac{y}{e^{(t \cdot \left(\log a\right) + \left(-b\right))_*} \cdot \left({z}^{y} \cdot {a}^{\left(-1.0\right)}\right)}}{x}}\\
\end{array}\]