- Split input into 3 regimes
if x < -5.0942905889311964e-160
Initial program 9.5
\[\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)\]
Simplified9.5
\[\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-cbrt9.9
\[\leadsto (j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot \color{blue}{\left(\left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right) \cdot \sqrt[3]{x}\right)} - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
Applied associate-*r*9.8
\[\leadsto (j \cdot \left(t \cdot c - y \cdot i\right) + \left(\color{blue}{\left(\left(z \cdot y - t \cdot a\right) \cdot \left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right)\right) \cdot \sqrt[3]{x}} - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
if -5.0942905889311964e-160 < x < 3.393149178677563e-162
Initial program 16.7
\[\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)\]
Simplified16.7
\[\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-cbrt16.8
\[\leadsto (j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot \color{blue}{\left(\left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right) \cdot \sqrt[3]{x}\right)} - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
Applied associate-*r*16.8
\[\leadsto (j \cdot \left(t \cdot c - y \cdot i\right) + \left(\color{blue}{\left(\left(z \cdot y - t \cdot a\right) \cdot \left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right)\right) \cdot \sqrt[3]{x}} - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
Taylor expanded around 0 17.4
\[\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))_*\]
if 3.393149178677563e-162 < x
Initial program 8.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)\]
Simplified8.7
\[\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-cbrt9.0
\[\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(\sqrt[3]{z \cdot c - i \cdot a} \cdot \sqrt[3]{z \cdot c - i \cdot a}\right) \cdot \sqrt[3]{z \cdot c - i \cdot a}\right)} \cdot b\right))_*\]
Applied associate-*l*9.0
\[\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(\sqrt[3]{z \cdot c - i \cdot a} \cdot \sqrt[3]{z \cdot c - i \cdot a}\right) \cdot \left(\sqrt[3]{z \cdot c - i \cdot a} \cdot b\right)}\right))_*\]
- Recombined 3 regimes into one program.
Final simplification11.8
\[\leadsto \begin{array}{l}
\mathbf{if}\;x \le -5.0942905889311964 \cdot 10^{-160}:\\
\;\;\;\;(j \cdot \left(t \cdot c - y \cdot i\right) + \left(\sqrt[3]{x} \cdot \left(\left(z \cdot y - t \cdot a\right) \cdot \left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right)\right) - b \cdot \left(c \cdot z - a \cdot i\right)\right))_*\\
\mathbf{elif}\;x \le 3.393149178677563 \cdot 10^{-162}:\\
\;\;\;\;(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(b \cdot \sqrt[3]{c \cdot z - a \cdot i}\right) \cdot \left(\sqrt[3]{c \cdot z - a \cdot i} \cdot \sqrt[3]{c \cdot z - a \cdot i}\right)\right))_*\\
\end{array}\]