- Split input into 2 regimes
if b < -1.7871576875210294e-216 or 1.8809481477000078e-264 < b
Initial program 10.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)\]
Initial simplification10.4
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
- Using strategy
rm Applied add-cube-cbrt10.7
\[\leadsto (\color{blue}{\left(\left(\sqrt[3]{z \cdot y - t \cdot a} \cdot \sqrt[3]{z \cdot y - t \cdot a}\right) \cdot \sqrt[3]{z \cdot y - t \cdot a}\right)} \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
- Using strategy
rm Applied add-cube-cbrt10.7
\[\leadsto (\left(\left(\sqrt[3]{\color{blue}{\left(\sqrt[3]{z \cdot y - t \cdot a} \cdot \sqrt[3]{z \cdot y - t \cdot a}\right) \cdot \sqrt[3]{z \cdot y - t \cdot a}}} \cdot \sqrt[3]{z \cdot y - t \cdot a}\right) \cdot \sqrt[3]{z \cdot y - t \cdot a}\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
Applied cbrt-prod10.8
\[\leadsto (\left(\left(\color{blue}{\left(\sqrt[3]{\sqrt[3]{z \cdot y - t \cdot a} \cdot \sqrt[3]{z \cdot y - t \cdot a}} \cdot \sqrt[3]{\sqrt[3]{z \cdot y - t \cdot a}}\right)} \cdot \sqrt[3]{z \cdot y - t \cdot a}\right) \cdot \sqrt[3]{z \cdot y - t \cdot a}\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
if -1.7871576875210294e-216 < b < 1.8809481477000078e-264
Initial program 17.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)\]
Initial simplification17.4
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
- Using strategy
rm Applied fma-neg17.4
\[\leadsto (\color{blue}{\left((z \cdot y + \left(-t \cdot a\right))_*\right)} \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
Taylor expanded around 0 16.7
\[\leadsto (\left((z \cdot y + \left(-t \cdot a\right))_*\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \color{blue}{0}\right))_*\]
- Recombined 2 regimes into one program.
Final simplification11.6
\[\leadsto \begin{array}{l}
\mathbf{if}\;b \le -1.7871576875210294 \cdot 10^{-216} \lor \neg \left(b \le 1.8809481477000078 \cdot 10^{-264}\right):\\
\;\;\;\;(\left(\sqrt[3]{z \cdot y - a \cdot t} \cdot \left(\left(\sqrt[3]{\sqrt[3]{z \cdot y - a \cdot t}} \cdot \sqrt[3]{\sqrt[3]{z \cdot y - a \cdot t} \cdot \sqrt[3]{z \cdot y - a \cdot t}}\right) \cdot \sqrt[3]{z \cdot y - a \cdot t}\right)\right) \cdot x + \left(j \cdot \left(c \cdot t - y \cdot i\right) - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\\
\mathbf{else}:\\
\;\;\;\;(\left((z \cdot y + \left(t \cdot \left(-a\right)\right))_*\right) \cdot x + \left(j \cdot \left(c \cdot t - y \cdot i\right)\right))_*\\
\end{array}\]