- Split input into 2 regimes
if j < -2.604751009649879e-243 or 1.0159293131757514e-160 < 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)\]
Initial simplification9.9
\[\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-udef9.9
\[\leadsto \color{blue}{\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)}\]
if -2.604751009649879e-243 < j < 1.0159293131757514e-160
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)\]
Initial simplification16.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))_*\]
Taylor expanded around 0 16.8
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \left(\color{blue}{0} - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
- Recombined 2 regimes into one program.
Final simplification11.4
\[\leadsto \begin{array}{l}
\mathbf{if}\;j \le -2.604751009649879 \cdot 10^{-243} \lor \neg \left(j \le 1.0159293131757514 \cdot 10^{-160}\right):\\
\;\;\;\;\left(z \cdot y - a \cdot t\right) \cdot x + \left(j \cdot \left(c \cdot t - i \cdot y\right) - \left(c \cdot z - i \cdot a\right) \cdot b\right)\\
\mathbf{else}:\\
\;\;\;\;(\left(z \cdot y - a \cdot t\right) \cdot x + \left(\left(-b\right) \cdot \left(c \cdot z - i \cdot a\right)\right))_*\\
\end{array}\]