\[\begin{array}{l}
t_1 := z \cdot t + x \cdot y\\
\mathbf{if}\;a \cdot b \leq -7.056002558491595 \cdot 10^{+90}:\\
\;\;\;\;a \cdot b\\
\mathbf{elif}\;a \cdot b \leq -2.172983854954962 \cdot 10^{+69}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;a \cdot b \leq -1.3182851531349158 \cdot 10^{+27}:\\
\;\;\;\;a \cdot b\\
\mathbf{elif}\;a \cdot b \leq 65449262970.78595:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;a \cdot b\\
\end{array}
\]
Alternative 4
Error
10.2
Cost
1488
\[\begin{array}{l}
t_1 := z \cdot t + x \cdot y\\
t_2 := a \cdot b + x \cdot y\\
\mathbf{if}\;a \cdot b \leq -7.056002558491595 \cdot 10^{+90}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;a \cdot b \leq -2.172983854954962 \cdot 10^{+69}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;a \cdot b \leq -1.3182851531349158 \cdot 10^{+27}:\\
\;\;\;\;a \cdot b\\
\mathbf{elif}\;a \cdot b \leq 3.8408839563133917 \cdot 10^{-20}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
Alternative 5
Error
9.3
Cost
968
\[\begin{array}{l}
\mathbf{if}\;a \cdot b \leq -3.147366156679038 \cdot 10^{-25}:\\
\;\;\;\;a \cdot b + z \cdot t\\
\mathbf{elif}\;a \cdot b \leq 3.8408839563133917 \cdot 10^{-20}:\\
\;\;\;\;z \cdot t + x \cdot y\\
\mathbf{else}:\\
\;\;\;\;a \cdot b + x \cdot y\\
\end{array}
\]