- Split input into 2 regimes
if x < -5.401840283372464e-179 or 4.8917016549891425e-222 < x
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 prod-diff9.9
\[\leadsto \left(x \cdot \color{blue}{\left((y \cdot z + \left(-a \cdot t\right))_* + (\left(-a\right) \cdot t + \left(a \cdot t\right))_*\right)} - b \cdot \left(c \cdot z - i \cdot a\right)\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
Applied distribute-lft-in9.9
\[\leadsto \left(\color{blue}{\left(x \cdot (y \cdot z + \left(-a \cdot t\right))_* + x \cdot (\left(-a\right) \cdot t + \left(a \cdot t\right))_*\right)} - b \cdot \left(c \cdot z - i \cdot a\right)\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
Simplified9.9
\[\leadsto \left(\left(x \cdot (y \cdot z + \left(-a \cdot t\right))_* + \color{blue}{0}\right) - b \cdot \left(c \cdot z - i \cdot a\right)\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
if -5.401840283372464e-179 < x < 4.8917016549891425e-222
Initial program 17.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)\]
Taylor expanded around 0 17.2
\[\leadsto \left(\color{blue}{0} - b \cdot \left(c \cdot z - i \cdot a\right)\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
- Recombined 2 regimes into one program.
Final simplification11.5
\[\leadsto \begin{array}{l}
\mathbf{if}\;x \le -5.401840283372464 \cdot 10^{-179} \lor \neg \left(x \le 4.8917016549891425 \cdot 10^{-222}\right):\\
\;\;\;\;\left((y \cdot z + \left(a \cdot \left(-t\right)\right))_* \cdot x - \left(c \cdot z - i \cdot a\right) \cdot b\right) + j \cdot \left(c \cdot t - y \cdot i\right)\\
\mathbf{else}:\\
\;\;\;\;\left(-b\right) \cdot \left(c \cdot z - i \cdot a\right) + j \cdot \left(c \cdot t - y \cdot i\right)\\
\end{array}\]