- Split input into 2 regimes
if x < -6.922705150152925e-213 or 5.0087001002710793e-179 < x
Initial program 10.3
\[\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)\]
Simplified10.3
\[\leadsto \color{blue}{(j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*}\]
- Using strategy
rm Applied add-cube-cbrt10.6
\[\leadsto (j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(z \cdot c - i \cdot a\right) \cdot \color{blue}{\left(\left(\sqrt[3]{b} \cdot \sqrt[3]{b}\right) \cdot \sqrt[3]{b}\right)}\right))_*\]
Applied associate-*r*10.6
\[\leadsto (j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \color{blue}{\left(\left(z \cdot c - i \cdot a\right) \cdot \left(\sqrt[3]{b} \cdot \sqrt[3]{b}\right)\right) \cdot \sqrt[3]{b}}\right))_*\]
if -6.922705150152925e-213 < x < 5.0087001002710793e-179
Initial program 17.8
\[\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)\]
Simplified17.8
\[\leadsto \color{blue}{(j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*}\]
Taylor expanded around 0 17.0
\[\leadsto (j \cdot \left(t \cdot c - y \cdot i\right) + \left(\color{blue}{0} - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
- Recombined 2 regimes into one program.
Final simplification12.1
\[\leadsto \begin{array}{l}
\mathbf{if}\;x \le -6.922705150152925 \cdot 10^{-213}:\\
\;\;\;\;(j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(\left(c \cdot z - a \cdot i\right) \cdot \left(\sqrt[3]{b} \cdot \sqrt[3]{b}\right)\right) \cdot \sqrt[3]{b}\right))_*\\
\mathbf{elif}\;x \le 5.0087001002710793 \cdot 10^{-179}:\\
\;\;\;\;(j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(-b\right) \cdot \left(c \cdot z - a \cdot i\right)\right))_*\\
\mathbf{else}:\\
\;\;\;\;(j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(\left(c \cdot z - a \cdot i\right) \cdot \left(\sqrt[3]{b} \cdot \sqrt[3]{b}\right)\right) \cdot \sqrt[3]{b}\right))_*\\
\end{array}\]