- Split input into 2 regimes
if (/ y z) < 3.694440312892776e-257 or 1.858683731334887e+209 < (/ y z)
Initial program 17.1
\[x \cdot \frac{\frac{y}{z} \cdot t}{t}\]
Initial simplification4.5
\[\leadsto y \cdot \frac{x}{z}\]
Taylor expanded around -inf 4.7
\[\leadsto \color{blue}{\frac{x \cdot y}{z}}\]
if 3.694440312892776e-257 < (/ y z) < 1.858683731334887e+209
Initial program 8.1
\[x \cdot \frac{\frac{y}{z} \cdot t}{t}\]
Initial simplification8.5
\[\leadsto y \cdot \frac{x}{z}\]
Taylor expanded around -inf 8.5
\[\leadsto \color{blue}{\frac{x \cdot y}{z}}\]
- Using strategy
rm Applied div-inv8.5
\[\leadsto \color{blue}{\left(x \cdot y\right) \cdot \frac{1}{z}}\]
- Using strategy
rm Applied pow18.5
\[\leadsto \left(x \cdot y\right) \cdot \color{blue}{{\left(\frac{1}{z}\right)}^{1}}\]
Applied pow18.5
\[\leadsto \color{blue}{{\left(x \cdot y\right)}^{1}} \cdot {\left(\frac{1}{z}\right)}^{1}\]
Applied pow-prod-down8.5
\[\leadsto \color{blue}{{\left(\left(x \cdot y\right) \cdot \frac{1}{z}\right)}^{1}}\]
Simplified8.5
\[\leadsto {\color{blue}{\left(\frac{y}{\frac{z}{x}}\right)}}^{1}\]
- Using strategy
rm Applied associate-/r/0.2
\[\leadsto {\color{blue}{\left(\frac{y}{z} \cdot x\right)}}^{1}\]
- Recombined 2 regimes into one program.
Final simplification3.2
\[\leadsto \begin{array}{l}
\mathbf{if}\;\frac{y}{z} \le 3.694440312892776 \cdot 10^{-257}:\\
\;\;\;\;\frac{x \cdot y}{z}\\
\mathbf{elif}\;\frac{y}{z} \le 1.858683731334887 \cdot 10^{+209}:\\
\;\;\;\;\frac{y}{z} \cdot x\\
\mathbf{else}:\\
\;\;\;\;\frac{x \cdot y}{z}\\
\end{array}\]