| Alternative 1 | |
|---|---|
| Accuracy | 74.6% |
| Cost | 712 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -3.8 \cdot 10^{-113}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 720000:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]
