- Split input into 2 regimes
if (* (* z y) 18.0) < -3.239769753391218e+287 or -1.324853790717036e-196 < (* (* z y) 18.0) < 1.2766226871705525e-285 or 6.301398134605551e+265 < (* (* z y) 18.0)
Initial program 6.1
\[\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*2.1
\[\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\]
if -3.239769753391218e+287 < (* (* z y) 18.0) < -1.324853790717036e-196 or 1.2766226871705525e-285 < (* (* z y) 18.0) < 6.301398134605551e+265
Initial program 5.5
\[\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*5.5
\[\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 2.7
\[\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) - j \cdot \left(27.0 \cdot k\right)\]
Applied simplify1.7
\[\leadsto \color{blue}{\left(\left(\left(z \cdot y\right) \cdot 18.0\right) \cdot \left(x \cdot t\right) + b \cdot c\right) - \left(4.0 \cdot \left(t \cdot a + i \cdot x\right) + \left(k \cdot 27.0\right) \cdot j\right)}\]
- Recombined 2 regimes into one program.
Applied simplify1.8
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;\left(z \cdot y\right) \cdot 18.0 \le -3.239769753391218 \cdot 10^{+287}:\\
\;\;\;\;\left(\left(\left(\left(z \cdot t\right) \cdot \left(\left(18.0 \cdot x\right) \cdot y\right) - t \cdot \left(4.0 \cdot a\right)\right) + b \cdot c\right) - i \cdot \left(4.0 \cdot x\right)\right) - k \cdot \left(27.0 \cdot j\right)\\
\mathbf{if}\;\left(z \cdot y\right) \cdot 18.0 \le -1.324853790717036 \cdot 10^{-196} \lor \neg \left(\left(z \cdot y\right) \cdot 18.0 \le 1.2766226871705525 \cdot 10^{-285} \lor \neg \left(\left(z \cdot y\right) \cdot 18.0 \le 6.301398134605551 \cdot 10^{+265}\right)\right):\\
\;\;\;\;\left(b \cdot c + \left(\left(z \cdot y\right) \cdot 18.0\right) \cdot \left(x \cdot t\right)\right) - \left(j \cdot \left(k \cdot 27.0\right) + \left(i \cdot x + t \cdot a\right) \cdot 4.0\right)\\
\mathbf{else}:\\
\;\;\;\;\left(\left(\left(\left(z \cdot t\right) \cdot \left(\left(18.0 \cdot x\right) \cdot y\right) - t \cdot \left(4.0 \cdot a\right)\right) + b \cdot c\right) - i \cdot \left(4.0 \cdot x\right)\right) - k \cdot \left(27.0 \cdot j\right)\\
\end{array}}\]