- Split input into 3 regimes
if z < -2.1852152297756325e100
Initial program 42.3
\[\frac{\left(x \cdot y\right) \cdot z}{\sqrt{z \cdot z - t \cdot a}}\]
Simplified39.7
\[\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 x \cdot \color{blue}{\left(-1 \cdot y\right)}\]
Simplified1.8
\[\leadsto x \cdot \color{blue}{\left(-y\right)}\]
if -2.1852152297756325e100 < z < 3.85022636748244099e62
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 add-cube-cbrt10.2
\[\leadsto x \cdot \left(y \cdot \frac{z}{\color{blue}{\left(\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}\right) \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}}\right)\]
Applied add-cube-cbrt9.9
\[\leadsto x \cdot \left(y \cdot \frac{\color{blue}{\left(\sqrt[3]{z} \cdot \sqrt[3]{z}\right) \cdot \sqrt[3]{z}}}{\left(\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}\right) \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}\right)\]
Applied times-frac9.9
\[\leadsto x \cdot \left(y \cdot \color{blue}{\left(\frac{\sqrt[3]{z} \cdot \sqrt[3]{z}}{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}} \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}\right)}\right)\]
Applied associate-*r*8.8
\[\leadsto x \cdot \color{blue}{\left(\left(y \cdot \frac{\sqrt[3]{z} \cdot \sqrt[3]{z}}{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}\right) \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}\right)}\]
Simplified8.9
\[\leadsto x \cdot \left(\color{blue}{\left(y \cdot \left(\sqrt[3]{z} \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}\right)\right)} \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}\right)\]
- Using strategy
rm Applied add-cube-cbrt9.1
\[\leadsto x \cdot \left(\left(y \cdot \left(\sqrt[3]{z} \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}\right)\right) \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\color{blue}{\left(\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}\right) \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}}}\right)\]
Simplified9.0
\[\leadsto x \cdot \left(\left(y \cdot \left(\sqrt[3]{z} \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}\right)\right) \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\color{blue}{\sqrt[3]{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}}\right)\]
if 3.85022636748244099e62 < z
Initial program 39.4
\[\frac{\left(x \cdot y\right) \cdot z}{\sqrt{z \cdot z - t \cdot a}}\]
Simplified36.4
\[\leadsto \color{blue}{x \cdot \left(y \cdot \frac{z}{\sqrt{z \cdot z - t \cdot a}}\right)}\]
Taylor expanded around inf 6.0
\[\leadsto x \cdot \left(y \cdot \frac{z}{\color{blue}{z - \frac{1}{2} \cdot \frac{a \cdot t}{z}}}\right)\]
Simplified3.0
\[\leadsto x \cdot \left(y \cdot \frac{z}{\color{blue}{z + \left(t \cdot \frac{a}{z}\right) \cdot \frac{-1}{2}}}\right)\]
- Recombined 3 regimes into one program.
Final simplification6.0
\[\leadsto \begin{array}{l}
\mathbf{if}\;z \le -2.1852152297756325 \cdot 10^{100}:\\
\;\;\;\;x \cdot \left(-y\right)\\
\mathbf{elif}\;z \le 3.85022636748244099 \cdot 10^{62}:\\
\;\;\;\;x \cdot \left(\left(y \cdot \left(\sqrt[3]{z} \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{\sqrt{z \cdot z - t \cdot a}}}\right)\right) \cdot \frac{\sqrt[3]{z}}{\sqrt[3]{\sqrt[3]{\sqrt{z \cdot z - t \cdot a}} \cdot \sqrt[3]{z \cdot z - t \cdot a}}}\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(y \cdot \frac{z}{z + \left(t \cdot \frac{a}{z}\right) \cdot \frac{-1}{2}}\right)\\
\end{array}\]