- Split input into 2 regimes
if y < 8.727404754869684e-255 or 1.3353578076234787e-30 < y
Initial program 1.5
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
- Using strategy
rm Applied add-log-exp1.5
\[\leadsto \frac{x \cdot e^{\color{blue}{\log \left(e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}\right)}}}{y}\]
Applied rem-exp-log1.5
\[\leadsto \frac{x \cdot \color{blue}{e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}}{y}\]
Simplified1.5
\[\leadsto \frac{x \cdot e^{\color{blue}{(y \cdot \left(\log z\right) + \left((\left(t - 1.0\right) \cdot \left(\log a\right) + \left(-b\right))_*\right))_*}}}{y}\]
if 8.727404754869684e-255 < y < 1.3353578076234787e-30
Initial program 4.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 add-log-exp4.1
\[\leadsto \frac{x \cdot e^{\color{blue}{\log \left(e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}\right)}}}{y}\]
Applied rem-exp-log4.1
\[\leadsto \frac{x \cdot \color{blue}{e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}}{y}\]
Simplified4.1
\[\leadsto \frac{x \cdot e^{\color{blue}{(y \cdot \left(\log z\right) + \left((\left(t - 1.0\right) \cdot \left(\log a\right) + \left(-b\right))_*\right))_*}}}{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.7
\[\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*1.5
\[\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))_*}}}}\]
- Recombined 2 regimes into one program.
Final simplification1.5
\[\leadsto \begin{array}{l}
\mathbf{if}\;y \le 8.727404754869684 \cdot 10^{-255} \lor \neg \left(y \le 1.3353578076234787 \cdot 10^{-30}\right):\\
\;\;\;\;\frac{e^{(y \cdot \left(\log z\right) + \left((\left(t - 1.0\right) \cdot \left(\log a\right) + \left(-b\right))_*\right))_*} \cdot x}{y}\\
\mathbf{else}:\\
\;\;\;\;\frac{x}{\frac{y}{e^{(t \cdot \left(\log a\right) + \left(-b\right))_*} \cdot \left({a}^{\left(-1.0\right)} \cdot {z}^{y}\right)}}\\
\end{array}\]