- Split input into 3 regimes
if z < -1.4109285273931826e134
Initial program 49.5
\[\frac{\left(x \cdot y\right) \cdot z}{\sqrt{z \cdot z - t \cdot a}}\]
Simplified48.0
\[\leadsto \color{blue}{x \cdot \left(y \cdot \frac{z}{\sqrt{z \cdot z - t \cdot a}}\right)}\]
Taylor expanded around -inf 1.6
\[\leadsto \color{blue}{-1 \cdot \left(x \cdot y\right)}\]
Simplified1.6
\[\leadsto \color{blue}{x \cdot \left(-y\right)}\]
if -1.4109285273931826e134 < z < 7.3819289826067232e116
Initial program 11.6
\[\frac{\left(x \cdot y\right) \cdot z}{\sqrt{z \cdot z - t \cdot a}}\]
Simplified9.5
\[\leadsto \color{blue}{x \cdot \left(y \cdot \frac{z}{\sqrt{z \cdot z - t \cdot a}}\right)}\]
- Using strategy
rm Applied associate-*r*9.6
\[\leadsto \color{blue}{\left(x \cdot y\right) \cdot \frac{z}{\sqrt{z \cdot z - t \cdot a}}}\]
- Using strategy
rm Applied add-cube-cbrt10.0
\[\leadsto \left(x \cdot y\right) \cdot \frac{z}{\sqrt{\color{blue}{\left(\sqrt[3]{z \cdot z - t \cdot a} \cdot \sqrt[3]{z \cdot z - t \cdot a}\right) \cdot \sqrt[3]{z \cdot z - t \cdot a}}}}\]
Applied sqrt-prod10.0
\[\leadsto \left(x \cdot y\right) \cdot \frac{z}{\color{blue}{\sqrt{\sqrt[3]{z \cdot z - t \cdot a} \cdot \sqrt[3]{z \cdot z - t \cdot a}} \cdot \sqrt{\sqrt[3]{z \cdot z - t \cdot a}}}}\]
Applied add-cube-cbrt10.3
\[\leadsto \left(x \cdot y\right) \cdot \frac{\color{blue}{\left(\sqrt[3]{z} \cdot \sqrt[3]{z}\right) \cdot \sqrt[3]{z}}}{\sqrt{\sqrt[3]{z \cdot z - t \cdot a} \cdot \sqrt[3]{z \cdot z - t \cdot a}} \cdot \sqrt{\sqrt[3]{z \cdot z - t \cdot a}}}\]
Applied times-frac10.3
\[\leadsto \left(x \cdot y\right) \cdot \color{blue}{\left(\frac{\sqrt[3]{z} \cdot \sqrt[3]{z}}{\sqrt{\sqrt[3]{z \cdot z - t \cdot a} \cdot \sqrt[3]{z \cdot z - t \cdot a}}} \cdot \frac{\sqrt[3]{z}}{\sqrt{\sqrt[3]{z \cdot z - t \cdot a}}}\right)}\]
Applied associate-*r*9.4
\[\leadsto \color{blue}{\left(\left(x \cdot y\right) \cdot \frac{\sqrt[3]{z} \cdot \sqrt[3]{z}}{\sqrt{\sqrt[3]{z \cdot z - t \cdot a} \cdot \sqrt[3]{z \cdot z - t \cdot a}}}\right) \cdot \frac{\sqrt[3]{z}}{\sqrt{\sqrt[3]{z \cdot z - t \cdot a}}}}\]
Simplified8.5
\[\leadsto \color{blue}{\left(x \cdot \left(y \cdot \left(\sqrt[3]{z} \cdot \frac{\sqrt[3]{z}}{\left|\sqrt[3]{z \cdot z - t \cdot a}\right|}\right)\right)\right)} \cdot \frac{\sqrt[3]{z}}{\sqrt{\sqrt[3]{z \cdot z - t \cdot a}}}\]
if 7.3819289826067232e116 < z
Initial program 47.3
\[\frac{\left(x \cdot y\right) \cdot z}{\sqrt{z \cdot z - t \cdot a}}\]
Simplified45.1
\[\leadsto \color{blue}{x \cdot \left(y \cdot \frac{z}{\sqrt{z \cdot z - t \cdot a}}\right)}\]
Taylor expanded around inf 1.8
\[\leadsto \color{blue}{x \cdot y}\]
- Recombined 3 regimes into one program.
Final simplification6.0
\[\leadsto \begin{array}{l}
\mathbf{if}\;z \le -1.4109285273931826 \cdot 10^{134}:\\
\;\;\;\;x \cdot \left(-y\right)\\
\mathbf{elif}\;z \le 7.3819289826067232 \cdot 10^{116}:\\
\;\;\;\;\left(x \cdot \left(y \cdot \left(\sqrt[3]{z} \cdot \frac{\sqrt[3]{z}}{\left|\sqrt[3]{z \cdot z - t \cdot a}\right|}\right)\right)\right) \cdot \frac{\sqrt[3]{z}}{\sqrt{\sqrt[3]{z \cdot z - t \cdot a}}}\\
\mathbf{else}:\\
\;\;\;\;x \cdot y\\
\end{array}\]