- Split input into 2 regimes
if j < -2.4355438291134923e-219 or 1.2028400998031482e-209 < j
Initial program 9.9
\[\left(x \cdot \left(y \cdot z - t \cdot a\right) - b \cdot \left(c \cdot z - i \cdot a\right)\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
- Using strategy
rm Applied add-cube-cbrt10.1
\[\leadsto \left(x \cdot \left(y \cdot z - t \cdot a\right) - b \cdot \color{blue}{\left(\left(\sqrt[3]{c \cdot z - i \cdot a} \cdot \sqrt[3]{c \cdot z - i \cdot a}\right) \cdot \sqrt[3]{c \cdot z - i \cdot a}\right)}\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
Applied associate-*r*10.1
\[\leadsto \left(x \cdot \left(y \cdot z - t \cdot a\right) - \color{blue}{\left(b \cdot \left(\sqrt[3]{c \cdot z - i \cdot a} \cdot \sqrt[3]{c \cdot z - i \cdot a}\right)\right) \cdot \sqrt[3]{c \cdot z - i \cdot a}}\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
if -2.4355438291134923e-219 < j < 1.2028400998031482e-209
Initial program 16.4
\[\left(x \cdot \left(y \cdot z - t \cdot a\right) - b \cdot \left(c \cdot z - i \cdot a\right)\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
Taylor expanded around 0 15.6
\[\leadsto \left(x \cdot \left(y \cdot z - t \cdot a\right) - b \cdot \left(c \cdot z - i \cdot a\right)\right) + \color{blue}{0}\]
- Recombined 2 regimes into one program.
Final simplification11.2
\[\leadsto \begin{array}{l}
\mathbf{if}\;j \le -2.4355438291134923 \cdot 10^{-219} \lor \neg \left(j \le 1.2028400998031482 \cdot 10^{-209}\right):\\
\;\;\;\;\left(\left(y \cdot z - t \cdot a\right) \cdot x - \left(b \cdot \left(\sqrt[3]{z \cdot c - i \cdot a} \cdot \sqrt[3]{z \cdot c - i \cdot a}\right)\right) \cdot \sqrt[3]{z \cdot c - i \cdot a}\right) + j \cdot \left(t \cdot c - y \cdot i\right)\\
\mathbf{else}:\\
\;\;\;\;\left(y \cdot z - t \cdot a\right) \cdot x - b \cdot \left(z \cdot c - i \cdot a\right)\\
\end{array}\]