| Alternative 1 | |
|---|---|
| Error | 16.6 |
| Cost | 1752 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -1.4674780298529447 \cdot 10^{+62}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq -19937933925649.48:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{elif}\;x.re \cdot y.im \leq -5.589718052515716 \cdot 10^{-45}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 6.692800405666676 \cdot 10^{-85}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{elif}\;x.re \cdot y.im \leq 2.496716083824401 \cdot 10^{-7}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 134189840897.28079:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]
