- Split input into 2 regimes
if t < -5.122075225211675e-32 or 4.4345561587628324e+27 < t
Initial program 1.7
\[\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(\left(\left(\color{blue}{18.0 \cdot \left(t \cdot \left(x \cdot \left(z \cdot y\right)\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\]
if -5.122075225211675e-32 < t < 4.4345561587628324e+27
Initial program 7.8
\[\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*7.7
\[\leadsto \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) - \color{blue}{j \cdot \left(27.0 \cdot k\right)}\]
Taylor expanded around inf 7.7
\[\leadsto \left(\left(\left(\left(\color{blue}{\left(18.0 \cdot \left(x \cdot y\right)\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) - j \cdot \left(27.0 \cdot k\right)\]
- Using strategy
rm Applied associate-*l*4.3
\[\leadsto \left(\left(\left(\color{blue}{\left(18.0 \cdot \left(x \cdot y\right)\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) - j \cdot \left(27.0 \cdot k\right)\]
- Using strategy
rm Applied add-cube-cbrt4.4
\[\leadsto \left(\left(\left(\color{blue}{\left(\left(\sqrt[3]{18.0 \cdot \left(x \cdot y\right)} \cdot \sqrt[3]{18.0 \cdot \left(x \cdot y\right)}\right) \cdot \sqrt[3]{18.0 \cdot \left(x \cdot y\right)}\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) - j \cdot \left(27.0 \cdot k\right)\]
- Recombined 2 regimes into one program.
Final simplification3.5
\[\leadsto \begin{array}{l}
\mathbf{if}\;t \le -5.122075225211675 \cdot 10^{-32} \lor \neg \left(t \le 4.4345561587628324 \cdot 10^{+27}\right):\\
\;\;\;\;\left(\left(b \cdot c + \left(18.0 \cdot \left(t \cdot \left(\left(z \cdot y\right) \cdot x\right)\right) - \left(a \cdot 4.0\right) \cdot t\right)\right) - \left(x \cdot 4.0\right) \cdot i\right) - k \cdot \left(j \cdot 27.0\right)\\
\mathbf{else}:\\
\;\;\;\;\left(\left(\left(\left(\left(\sqrt[3]{18.0 \cdot \left(y \cdot x\right)} \cdot \sqrt[3]{18.0 \cdot \left(y \cdot x\right)}\right) \cdot \sqrt[3]{18.0 \cdot \left(y \cdot x\right)}\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(k \cdot 27.0\right) \cdot j\\
\end{array}\]