| Alternative 1 | |
|---|---|
| Accuracy | 57.7% |
| Cost | 712 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -1 \cdot 10^{-65}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 9.5 \cdot 10^{+15}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]