- Split input into 2 regimes
if t < -1.829537044678082e-31 or 1.1507072005527648e+43 < t
Initial program 2.0
\[\left(\left(\left(\left(\left(\left(x \cdot 18.0\right) \cdot y\right) \cdot z\right) \cdot t - \left(a \cdot 4.0\right) \cdot t\right) + b \cdot c\right) - \left(x \cdot 4.0\right) \cdot i\right) - \left(j \cdot 27.0\right) \cdot k\]
Taylor expanded around inf 2.0
\[\leadsto \left(\color{blue}{\left(\left(18.0 \cdot \left(t \cdot \left(x \cdot \left(z \cdot y\right)\right)\right) + b \cdot c\right) - 4.0 \cdot \left(a \cdot t\right)\right)} - \left(x \cdot 4.0\right) \cdot i\right) - \left(j \cdot 27.0\right) \cdot k\]
- Using strategy
rm Applied associate-*r*1.4
\[\leadsto \left(\left(\left(18.0 \cdot \left(t \cdot \color{blue}{\left(\left(x \cdot z\right) \cdot y\right)}\right) + b \cdot c\right) - 4.0 \cdot \left(a \cdot t\right)\right) - \left(x \cdot 4.0\right) \cdot i\right) - \left(j \cdot 27.0\right) \cdot k\]
if -1.829537044678082e-31 < t < 1.1507072005527648e+43
Initial program 7.2
\[\left(\left(\left(\left(\left(\left(x \cdot 18.0\right) \cdot y\right) \cdot z\right) \cdot t - \left(a \cdot 4.0\right) \cdot t\right) + b \cdot c\right) - \left(x \cdot 4.0\right) \cdot i\right) - \left(j \cdot 27.0\right) \cdot k\]
- Using strategy
rm Applied associate-*l*4.0
\[\leadsto \left(\left(\left(\color{blue}{\left(\left(x \cdot 18.0\right) \cdot y\right) \cdot \left(z \cdot t\right)} - \left(a \cdot 4.0\right) \cdot t\right) + b \cdot c\right) - \left(x \cdot 4.0\right) \cdot i\right) - \left(j \cdot 27.0\right) \cdot k\]
- Using strategy
rm Applied associate-*l*1.7
\[\leadsto \left(\left(\left(\color{blue}{\left(x \cdot 18.0\right) \cdot \left(y \cdot \left(z \cdot t\right)\right)} - \left(a \cdot 4.0\right) \cdot t\right) + b \cdot c\right) - \left(x \cdot 4.0\right) \cdot i\right) - \left(j \cdot 27.0\right) \cdot k\]
- Recombined 2 regimes into one program.
Final simplification1.6
\[\leadsto \begin{array}{l}
\mathbf{if}\;t \le -1.829537044678082 \cdot 10^{-31} \lor \neg \left(t \le 1.1507072005527648 \cdot 10^{+43}\right):\\
\;\;\;\;\left(\left(\left(b \cdot c + 18.0 \cdot \left(t \cdot \left(y \cdot \left(x \cdot z\right)\right)\right)\right) - 4.0 \cdot \left(t \cdot a\right)\right) - \left(x \cdot 4.0\right) \cdot i\right) - k \cdot \left(j \cdot 27.0\right)\\
\mathbf{else}:\\
\;\;\;\;\left(\left(b \cdot c + \left(\left(y \cdot \left(z \cdot t\right)\right) \cdot \left(18.0 \cdot x\right) - \left(4.0 \cdot a\right) \cdot t\right)\right) - \left(x \cdot 4.0\right) \cdot i\right) - k \cdot \left(j \cdot 27.0\right)\\
\end{array}\]