- Split input into 3 regimes
if z < -1.3323133106492984e+154
Initial program 64.0
\[x \cdot x - \left(y \cdot 4\right) \cdot \left(z \cdot z - t\right)\]
- Using strategy
rm Applied add-sqr-sqrt64.0
\[\leadsto x \cdot x - \left(y \cdot 4\right) \cdot \left(z \cdot z - \color{blue}{\sqrt{t} \cdot \sqrt{t}}\right)\]
Applied difference-of-squares64.0
\[\leadsto x \cdot x - \left(y \cdot 4\right) \cdot \color{blue}{\left(\left(z + \sqrt{t}\right) \cdot \left(z - \sqrt{t}\right)\right)}\]
Applied associate-*r*31.0
\[\leadsto x \cdot x - \color{blue}{\left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \left(z - \sqrt{t}\right)}\]
- Using strategy
rm Applied sub-neg31.0
\[\leadsto x \cdot x - \left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \color{blue}{\left(z + \left(-\sqrt{t}\right)\right)}\]
Applied distribute-lft-in31.0
\[\leadsto x \cdot x - \color{blue}{\left(\left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot z + \left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \left(-\sqrt{t}\right)\right)}\]
Applied associate--r+31.0
\[\leadsto \color{blue}{\left(x \cdot x - \left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot z\right) - \left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \left(-\sqrt{t}\right)}\]
Simplified31.0
\[\leadsto \color{blue}{\left(x \cdot x - z \cdot \left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right)\right)} - \left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \left(-\sqrt{t}\right)\]
if -1.3323133106492984e+154 < z < 1.120720938761053e+145
Initial program 0.1
\[x \cdot x - \left(y \cdot 4\right) \cdot \left(z \cdot z - t\right)\]
if 1.120720938761053e+145 < z
Initial program 57.5
\[x \cdot x - \left(y \cdot 4\right) \cdot \left(z \cdot z - t\right)\]
- Using strategy
rm Applied add-sqr-sqrt61.0
\[\leadsto x \cdot x - \left(y \cdot 4\right) \cdot \left(z \cdot z - \color{blue}{\sqrt{t} \cdot \sqrt{t}}\right)\]
Applied difference-of-squares61.0
\[\leadsto x \cdot x - \left(y \cdot 4\right) \cdot \color{blue}{\left(\left(z + \sqrt{t}\right) \cdot \left(z - \sqrt{t}\right)\right)}\]
Applied associate-*r*32.4
\[\leadsto x \cdot x - \color{blue}{\left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \left(z - \sqrt{t}\right)}\]
- Using strategy
rm Applied add-sqr-sqrt32.6
\[\leadsto x \cdot x - \left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \color{blue}{\left(\sqrt{z - \sqrt{t}} \cdot \sqrt{z - \sqrt{t}}\right)}\]
Applied associate-*r*32.5
\[\leadsto x \cdot x - \color{blue}{\left(\left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \sqrt{z - \sqrt{t}}\right) \cdot \sqrt{z - \sqrt{t}}}\]
- Recombined 3 regimes into one program.
Final simplification3.2
\[\leadsto \begin{array}{l}
\mathbf{if}\;z \le -1.3323133106492984 \cdot 10^{154}:\\
\;\;\;\;\left(x \cdot x - z \cdot \left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right)\right) - \left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \left(-\sqrt{t}\right)\\
\mathbf{elif}\;z \le 1.12072093876105296 \cdot 10^{145}:\\
\;\;\;\;x \cdot x - \left(y \cdot 4\right) \cdot \left(z \cdot z - t\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot x - \left(\left(\left(y \cdot 4\right) \cdot \left(z + \sqrt{t}\right)\right) \cdot \sqrt{z - \sqrt{t}}\right) \cdot \sqrt{z - \sqrt{t}}\\
\end{array}\]